gpgme-1-0-branch gpgme (ChangeLog configure.ac)
cvs user marcus
cvs at cvs.gnupg.org
Mon Jun 20 21:12:18 CEST 2005
Date: Monday, June 20, 2005 @ 21:35:19
Author: marcus
Path: /cvs/gpgme/gpgme
Tag: gpgme-1-0-branch
Modified: ChangeLog configure.ac
2005-06-20 Marcus Brinkmann <marcus at g10code.de>
* configure.ac: Update the version information for the release.
--------------+
ChangeLog | 4 ++++
configure.ac | 14 +++++++-------
2 files changed, 11 insertions(+), 7 deletions(-)
Index: gpgme/ChangeLog
diff -u gpgme/ChangeLog:1.108.2.4 gpgme/ChangeLog:1.108.2.5
--- gpgme/ChangeLog:1.108.2.4 Tue Dec 28 12:36:59 2004
+++ gpgme/ChangeLog Mon Jun 20 21:35:19 2005
@@ -1,3 +1,7 @@
+2005-06-20 Marcus Brinkmann <marcus at g10code.de>
+
+ * configure.ac: Update the version information for the release.
+
2004-12-28 Werner Koch <wk at g10code.com>
Released 1.0.2.
Index: gpgme/configure.ac
diff -u gpgme/configure.ac:1.93.2.4 gpgme/configure.ac:1.93.2.5
--- gpgme/configure.ac:1.93.2.4 Tue Dec 28 12:42:19 2004
+++ gpgme/configure.ac Mon Jun 20 21:35:19 2005
@@ -1,6 +1,6 @@
# configure.ac for GPGME
# Copyright (C) 2000 Werner Koch (dd9jn)
-# Copyright (C) 2001, 2002, 2003, 2004 g10 Code GmbH
+# Copyright (C) 2001, 2002, 2003, 2004, 2005 g10 Code GmbH
#
# This file is part of GPGME.
#
@@ -24,18 +24,18 @@
min_automake_version="1.9.3"
# Version number: Remember to change it immediately *after* a release.
-AC_INIT(gpgme, 1.0.3-cvs, [bug-gpgme at gnupg.org])
+AC_INIT(gpgme, 1.0.3, [bug-gpgme at gnupg.org])
# LT Version numbers, remember to change them just *before* a release.
# (Code changed: REVISION++)
# (Interfaces added/removed/changed: CURRENT++, REVISION=0)
# (Interfaces added: AGE++)
# (Interfaces removed/changed: AGE=0)
#
-LIBGPGME_LT_CURRENT=14
-# Subtract 2 from this value if you want to make the LFS transition an
+LIBGPGME_LT_CURRENT=15
+# Subtract 2 from the AGE 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=3
+LIBGPGME_LT_AGE=4
+LIBGPGME_LT_REVISION=0
# If the API is changed in an incompatible way: increment the next counter.
GPGME_CONFIG_API_VERSION=1
@@ -44,7 +44,7 @@
NEED_GPGSM_VERSION=1.9.6
##############################################
AC_PREREQ(2.52)
-AC_REVISION($Revision: 1.93.2.4 $)
+AC_REVISION($Revision: 1.93.2.5 $)
PACKAGE=$PACKAGE_NAME
VERSION=$PACKAGE_VERSION
More information about the Gnupg-commits
mailing list