diff options
author | Marcus Brinkmann <[email protected]> | 2003-07-31 15:57:35 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2003-07-31 15:57:35 +0000 |
commit | 6bb0790d97f07ea383726583e2e7fdc7f6f70845 (patch) | |
tree | 9d440d36518aefe59a6aac3f6bc0144a077c68a1 | |
parent | 2003-07-31 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-6bb0790d97f07ea383726583e2e7fdc7f6f70845.tar.gz gpgme-6bb0790d97f07ea383726583e2e7fdc7f6f70845.zip |
2003-07-31 Marcus Brinkmann <[email protected]>
* configure.ac (AC_INIT): Bump version to 0.4.3.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2003-07-31 Marcus Brinkmann <[email protected]> + + * configure.ac (AC_INIT): Bump version to 0.4.3. + 2003-07-30 Marcus Brinkmann <[email protected]> * configure.ac (LIBGPGME_LT_REVISION): Bump up to 1. diff --git a/configure.ac b/configure.ac index 137353f4..7b70d09d 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ # (Process this file with autoconf to produce a configure script.) # Version number: Remember to change it immediately *after* a release. -AC_INIT(gpgme, 0.4.2, [[email protected]]) +AC_INIT(gpgme, 0.4.3, [[email protected]]) # LT Version numbers, remember to change them just *before* a release. # (Code changed: REVISION++) # (Interfaces added/removed/changed: CURRENT++, REVISION=0) |