summaryrefslogtreecommitdiffstats
path: root/rfb
diff options
context:
space:
mode:
authorChristian Beier <dontmind@freeshell.org>2012-05-23 12:17:42 +0200
committerChristian Beier <dontmind@freeshell.org>2012-05-23 12:17:42 +0200
commitfef4386accfe686abc304e43fec235eefdbacd3e (patch)
tree87cac9edd6d7bee2a4cf511dfc08b6b823e2d2dc /rfb
parent66282f58000c8863e104666c30cb67b1d5cbdee3 (diff)
downloadlibtdevnc-fef4386accfe686abc304e43fec235eefdbacd3e.tar.gz
libtdevnc-fef4386accfe686abc304e43fec235eefdbacd3e.zip
Add Compile Time Version Test Defines.
Diffstat (limited to 'rfb')
-rw-r--r--rfb/rfbconfig.h.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/rfb/rfbconfig.h.cmake b/rfb/rfbconfig.h.cmake
index b095948..2ee5e52 100644
--- a/rfb/rfbconfig.h.cmake
+++ b/rfb/rfbconfig.h.cmake
@@ -56,6 +56,10 @@
/* Define to the version of this package. */
#define LIBVNCSERVER_PACKAGE_VERSION "@PACKAGE_VERSION@"
+#define LIBVNCSERVER_VERSION "@PACKAGE_VERSION@"
+#define LIBVNCSERVER_VERSION_MAJOR "@VERSION_MAJOR@"
+#define LIBVNCSERVER_VERSION_MINOR "@VERSION_MINOR@"
+#define LIBVNCSERVER_VERSION_PATCHLEVEL "@VERSION_PATCHLEVEL@"
/* Define to 1 if libgcrypt is present */
#cmakedefine LIBVNCSERVER_WITH_CLIENT_GCRYPT 1