diff options
Diffstat (limited to 'NorthstarDLL/ns_version.h')
-rw-r--r-- | NorthstarDLL/ns_version.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/NorthstarDLL/ns_version.h b/NorthstarDLL/ns_version.h index 33a9cf3f..d30594fb 100644 --- a/NorthstarDLL/ns_version.h +++ b/NorthstarDLL/ns_version.h @@ -1,7 +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
+#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 |