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 | |
| 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
| -rw-r--r-- | ChangeLog | 1 | ||||
| -rw-r--r-- | TODO | 1 | ||||
| -rw-r--r-- | configure.ac | 2 | 
3 files changed, 3 insertions, 1 deletions
@@ -4,6 +4,7 @@  	* configure.ac (LIBGPGME_LT_CURRENT): Bump it up to 6!  	(NEED_GPGSM_VERSION): Bump it up to 0.3.0! +	(AC_INIT): Bump version to 0.3.1  2002-01-22  Marcus Brinkmann  <[email protected]> @@ -15,6 +15,7 @@ Hey Emacs, this is -*- outline -*- mode!  * Documentation  ** Add note about GPGME clearing out pointer return values.  ** validity/trust +** Document gpgme.m4  * Engines  ** Move code common to all engines up from gpg to engine. 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  | 
