diff options
author | Marcus Brinkmann <[email protected]> | 2005-01-12 10:28:42 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2005-01-12 10:28:42 +0000 |
commit | 2fe3ceba81deda356562fe9d98fbcf9e5f7838fd (patch) | |
tree | 9d7457a16045d5c9c50b19bd274cd58b52cdcf72 /configure.ac | |
parent | 2004-12-28 Werner Koch <[email protected]> (diff) | |
download | gpgme-2fe3ceba81deda356562fe9d98fbcf9e5f7838fd.tar.gz gpgme-2fe3ceba81deda356562fe9d98fbcf9e5f7838fd.zip |
2004-12-28 Werner Koch <[email protected]>
Released 1.0.2.
* Makefile.am (AUTOMAKE_OPTIONS): Build bzip 2 version.
(ACLOCAL_AMFLAGS): Add -I m4.
* configure.ac: Require automake 1.9.3 and autoconf 2.59.
* acinclude.m4: Changed quoting for automake 1.9.
* README: Use SHA1 instead of MD5.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index a1e9bf76..80c2cfad 100644 --- a/configure.ac +++ b/configure.ac @@ -20,11 +20,11 @@ # (Process this file with autoconf to produce a configure script.) -AC_PREREQ(2.57) -min_automake_version="1.7.6" +AC_PREREQ(2.59) +min_automake_version="1.9.3" # Version number: Remember to change it immediately *after* a release. -AC_INIT(gpgme, 1.0.1, [[email protected]]) +AC_INIT(gpgme, 1.1.0-cvs, [[email protected]]) # LT Version numbers, remember to change them just *before* a release. # (Code changed: REVISION++) # (Interfaces added/removed/changed: CURRENT++, REVISION=0) @@ -35,7 +35,7 @@ LIBGPGME_LT_CURRENT=14 # Subtract 2 from this value if you want to make the LFS transition an # ABI break. [Note to self: Remove this comment with the next regular break.] LIBGPGME_LT_AGE=3 -LIBGPGME_LT_REVISION=2 +LIBGPGME_LT_REVISION=3 # If the API is changed in an incompatible way: increment the next counter. GPGME_CONFIG_API_VERSION=1 |