diff options
author | Werner Koch <[email protected]> | 2001-12-19 13:01:17 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2001-12-19 13:01:17 +0000 |
commit | bb902af3a3a1bb0f8499b3a4171669d6c8fdbeb1 (patch) | |
tree | f0cbeb8929fd6e989ba26a70b5e6b74be49b8cb7 | |
parent | Learn more about the trash I have on my machine. (diff) | |
download | gpgme-bb902af3a3a1bb0f8499b3a4171669d6c8fdbeb1.tar.gz gpgme-bb902af3a3a1bb0f8499b3a4171669d6c8fdbeb1.zip |
configure has fixed the version number, better checkin so that we are
sure that everyone uses the right version even if configure is not run.
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 1a34adc8..178435ba 100644 --- a/gpgme/gpgme.h +++ b/gpgme/gpgme.h @@ -44,7 +44,7 @@ extern "C" { * let autoconf (using the 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.0" +#define GPGME_VERSION "0.3.0a-cvs" |