summaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
authorAndrew Shadura <andrewsh@debian.org>2018-04-25 15:38:01 +0200
committerAndrew Shadura <andrewsh@debian.org>2018-04-25 15:38:01 +0200
commit3259ab99df8d8746a46ca7469635751f604e42fc (patch)
tree29219f0e5c8ae9a2e099781167592fe8bfa0b5a0 /config.h.cmake
parent61c1a106bd81794f48e4cd85bae129f9270279e8 (diff)
New upstream version 3.10.4+ds1
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h.cmake b/config.h.cmake
index e8318f9..f92c711 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -4,4 +4,4 @@
/* Version number of package */
#define VERSION "@VERSION@"
#define DIGIDOC_VERSION "@VERSION@"
-#define VERSION_COMMA @MAJOR_VER@,@MINOR_VER@,@RELEASE_VER@,@BUILD_VER@
+#define VERSION_COMMA @PROJECT_VERSION_MAJOR@,@PROJECT_VERSION_MINOR@,@PROJECT_VERSION_PATCH@,@BUILD_VER@