summaryrefslogtreecommitdiff
path: root/src/winver.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/winver.h.in')
-rw-r--r--src/winver.h.in9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/winver.h.in b/src/winver.h.in
index fb0aac2c..8ce64032 100644
--- a/src/winver.h.in
+++ b/src/winver.h.in
@@ -1,6 +1,5 @@
/* VERSION DEFINITIONS */
-#define VER_MAJOR ${VER_MAJOR}
-#define VER_MINOR ${VER_MINOR}
-#define VER_RELEASE ${VER_RELEASE}
-#define VER_BUILD ${VER_BUILD}
-#define PACKAGE_VERSION "${VERSION}"
+#define VER_MAJOR ${PROJECT_VERSION_MAJOR}
+#define VER_MINOR ${PROJECT_VERSION_MINOR}
+#define VER_RELEASE ${PROJECT_VERSION_PATCH}
+#define VER_BUILD ${PROJECT_VERSION_TWEAK}