diff options
author | Werner Koch <[email protected]> | 2003-11-19 08:32:13 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2003-11-19 08:32:13 +0000 |
commit | 40fe2d27b6e9245d5b0a677a5ec80745e3d771cf (patch) | |
tree | 3c9bcfb64f3d18b7c01d9b4db0e0dc844835ac98 | |
parent | Removed @acronym{} from nodenames. (diff) | |
download | gpgme-40fe2d27b6e9245d5b0a677a5ec80745e3d771cf.tar.gz gpgme-40fe2d27b6e9245d5b0a677a5ec80745e3d771cf.zip |
Autofixed version number.
-rw-r--r-- | gpgme/gpgme.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gpgme/gpgme.h b/gpgme/gpgme.h index 053a0a1c..194c3a6b 100644 --- a/gpgme/gpgme.h +++ b/gpgme/gpgme.h @@ -44,7 +44,7 @@ extern "C" { AM_PATH_GPGME macro) check that this header matches the installed library. Warning: Do not edit the next line. configure will do that for you! */ -#define GPGME_VERSION "0.3.16-cvs" +#define GPGME_VERSION "0.3.16" /* The opaque data types used by GPGME. */ |