summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2013-03-18 15:31:34 +0100
committerWerner Koch <wk@gnupg.org>2013-03-20 15:55:23 +0100
commit1eaad0a8c4cab227685a6a8768e539df2f1f4dac (patch)
tree56ffd1f96b896fbb4c585cac13e9a03d6ae21bb8 /NEWS
parentde07974d807b703a2554d6ba885ea249e648bd44 (diff)
downloadlibgcrypt-1eaad0a8c4cab227685a6a8768e539df2f1f4dac.tar.gz
Provide GCRYPT_VERSION_NUMBER macro, add build info to the binary.
* src/gcrypt.h.in (GCRYPT_VERSION_NUMBER): New. * configure.ac (VERSION_NUMBER): New ac_subst. * src/global.c (_gcry_vcontrol): Move call to above function ... (gcry_check_version): .. here. * configure.ac (BUILD_REVISION, BUILD_FILEVERSION) (BUILD_TIMESTAMP): Define on all platforms. * compat/compat.c (_gcry_compat_identification): Include revision and timestamp.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 429f6664..0d75680c 100644
--- a/NEWS
+++ b/NEWS
@@ -57,6 +57,7 @@ Noteworthy changes in version 1.6.0 (unreleased)
gcry_mpi_ec_mul NEW.
GCRYMPI_FLAG_IMMUTABLE NEW.
GCRYMPI_FLAG_CONST NEW.
+ GCRYPT_VERSION_NUMBER NEW.
Noteworthy changes in version 1.5.0 (2011-06-29)