diff options
author | Marcus Brinkmann <[email protected]> | 2002-02-09 00:59:14 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2002-02-09 00:59:14 +0000 |
commit | 3cd7f60612a352aa3f863095b19c2e496f6210e1 (patch) | |
tree | dee7a0aeeecb3fca881068dcbf348a349c598377 /configure.ac | |
parent | 2002-02-09 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-3cd7f60612a352aa3f863095b19c2e496f6210e1.tar.gz gpgme-3cd7f60612a352aa3f863095b19c2e496f6210e1.zip |
2002-02-09 Marcus Brinkmann <[email protected]>
* configure.ac (AC_INIT): Bump version to 0.3.1
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 9e593707..dc9ed729 100644 --- a/configure.ac +++ b/configure.ac @@ -26,7 +26,7 @@ # (Interfaces added: AGE++) # (Interfaces removed: AGE=0) # XXXX new functions -AC_INIT(gpgme, 0.3.0a-cvs, [[email protected]]) +AC_INIT(gpgme, 0.3.1, [[email protected]]) LIBGPGME_LT_CURRENT=6 LIBGPGME_LT_AGE=0 LIBGPGME_LT_REVISION=0 |