summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Pool <mbp@sourcefrog.net>2015-11-15 10:00:49 -0800
committerMartin Pool <mbp@sourcefrog.net>2015-11-15 10:00:49 -0800
commit1a7167545690d01e49eb458552455ca3aa174fee (patch)
tree93f1275309158c388b79977d72a149530e9a4366
parent9f6fe70ee01992602d6a965827a5206842d22ecd (diff)
downloadlibrsync-1a7167545690d01e49eb458552455ca3aa174fee.tar.gz
Fix version number from CMake into librsync
It was passing only the patch version, ie the least-significant component
-rw-r--r--src/config.h.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h.cmake b/src/config.h.cmake
index 5ef61e7..183a25c 100644
--- a/src/config.h.cmake
+++ b/src/config.h.cmake
@@ -169,7 +169,7 @@
/* Version number of package */
-#define VERSION "${LIBRSYNC_PATCH_VERSION}"
+#define VERSION "${LIBRSYNC_VERSION}"
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */