From: Niels Möller Date: Thu, 21 Oct 2004 19:58:05 +0000 (+0200) Subject: (SHLIBMINOR): Updated, shared library version is X-Git-Tag: nettle_1.11_release_20041026~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4264a8c4784dd9cc9e03e46b5a653e0d1262efba;p=thirdparty%2Fnettle.git (SHLIBMINOR): Updated, shared library version is now libnettle.so.2.3, soname still libnettle.so.2. Rev: src/nettle/ChangeLog:1.288 Rev: src/nettle/configure.ac:1.47 --- diff --git a/ChangeLog b/ChangeLog index edc1b77f..5322e4f3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,12 +1,17 @@ 2004-10-21 Niels Möller + * Makefile.in (install-shared): Use $(INSTALL_PROGRAM). + + * configure.ac (SHLIBMINOR): Updated, shared library version is + now libnettle.so.2.3, soname still libnettle.so.2. + * Makefile.in (DISTFILES): Added asm.m4. 2004-10-21 Niels Möller * examples/Makefile.in: Deleted all configure-related rules, - except the one rebuilding this Makefile. Run make at top level if - other configure related files change. + except the one rebuilding this Makefile. One should run make at + top level if other configure related files change. * tools/Makefile.in: Likewise. * testsuite/Makefile.in: Likewise. diff --git a/configure.ac b/configure.ac index 4dac9083..121175aa 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ AC_CONFIG_AUX_DIR([.]) AC_CONFIG_HEADER([config.h]) SHLIBMAJOR=2 -SHLIBMINOR=2 +SHLIBMINOR=3 AC_CANONICAL_HOST