diff options
Diffstat (limited to 'NorthstarDLL/ns_version.h')
-rw-r--r-- | NorthstarDLL/ns_version.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/NorthstarDLL/ns_version.h b/NorthstarDLL/ns_version.h new file mode 100644 index 00000000..d30594fb --- /dev/null +++ b/NorthstarDLL/ns_version.h @@ -0,0 +1,7 @@ +#pragma once +#ifndef NORTHSTAR_VERSION +// Turning off clang-format here so it doesn't mess with style as it needs to be this way for regex-ing with CI +// clang-format off +#define NORTHSTAR_VERSION 0,0,0,1 +// clang-format on +#endif |