summaryrefslogtreecommitdiff
path: root/src/gcrypt.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/gcrypt.h.in')
-rw-r--r--src/gcrypt.h.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/gcrypt.h.in b/src/gcrypt.h.in
index e9debf8b..d63ca6d1 100644
--- a/src/gcrypt.h.in
+++ b/src/gcrypt.h.in
@@ -54,9 +54,8 @@ extern "C" {
should not be used by a program because gcry_check_version() should
return the same version. The purpose of this macro is to let
autoconf (using the AM_PATH_GCRYPT macro) check that this header
- matches the installed library. Note: Do not edit the next line as
- configure may fix the string here. */
-#define GCRYPT_VERSION "1.3.0-cvs"
+ matches the installed library. */
+#define GCRYPT_VERSION "@VERSION@"
/* Internal: We can't use the convenience macros for the multi
precision integer functions when building this library. */