aboutsummaryrefslogtreecommitdiff
path: root/backendC/CleanCompilerSources/version.c
diff options
context:
space:
mode:
Diffstat (limited to 'backendC/CleanCompilerSources/version.c')
-rw-r--r--backendC/CleanCompilerSources/version.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/backendC/CleanCompilerSources/version.c b/backendC/CleanCompilerSources/version.c
index b74fb35..6ba358c 100644
--- a/backendC/CleanCompilerSources/version.c
+++ b/backendC/CleanCompilerSources/version.c
@@ -1,3 +1,7 @@
#include "version.h"
+#ifdef _WIN64
+int VERSION=919;
+#else
int VERSION=920;
+#endif