gnutls-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU gnutls branch, gnutls_2_10_x, updated. gnutls_2_9_11-7-g4e4a3e


From: Simon Josefsson
Subject: [SCM] GNU gnutls branch, gnutls_2_10_x, updated. gnutls_2_9_11-7-g4e4a3ef
Date: Tue, 15 Jun 2010 09:23:14 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU gnutls".

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=4e4a3ef3bfc0e065aca37fc08bda4cd6b1658128

The branch, gnutls_2_10_x has been updated
       via  4e4a3ef3bfc0e065aca37fc08bda4cd6b1658128 (commit)
      from  a1f0aab0978056dbca7f484f39872148ba8f5099 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 4e4a3ef3bfc0e065aca37fc08bda4cd6b1658128
Author: Simon Josefsson <address@hidden>
Date:   Tue Jun 15 11:23:05 2010 +0200

    Fix shared library version.

-----------------------------------------------------------------------

Summary of changes:
 lib/m4/hooks.m4 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/m4/hooks.m4 b/lib/m4/hooks.m4
index c1fc46b..de8070f 100644
--- a/lib/m4/hooks.m4
+++ b/lib/m4/hooks.m4
@@ -27,8 +27,8 @@ AC_DEFUN([LIBGNUTLS_HOOKS],
   # Interfaces added:                             AGE++
   # Interfaces removed:                           AGE=0
   AC_SUBST(LT_CURRENT, 42)
-  AC_SUBST(LT_REVISION, 6)
-  AC_SUBST(LT_AGE, 17)
+  AC_SUBST(LT_REVISION, 7)
+  AC_SUBST(LT_AGE, 16)
 
   # Used when creating the Windows libgnutls-XX.def files.
   DLL_VERSION=`expr ${LT_CURRENT} - ${LT_AGE}`


hooks/post-receive
-- 
GNU gnutls



reply via email to

[Prev in Thread] Current Thread [Next in Thread]