diff options
author | Marcus Brinkmann <[email protected]> | 2004-04-29 21:50:38 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2004-04-29 21:50:38 +0000 |
commit | 54f9887cf6161452db88fed9cfeb906c2350f793 (patch) | |
tree | 1c3915a3b4598ba58c0c09b3f1edb38f2aac2681 | |
parent | 2004-04-29 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-54f9887cf6161452db88fed9cfeb906c2350f793.tar.gz gpgme-54f9887cf6161452db88fed9cfeb906c2350f793.zip |
Update version number.
Diffstat (limited to '')
-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 061957d2..71883bd7 100644 --- a/gpgme/gpgme.h +++ b/gpgme/gpgme.h @@ -74,7 +74,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.4.7-cvs" +#define GPGME_VERSION "0.4.7" /* Some opaque data types used by GPGME. */ |