]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
(SHLIBMINOR): Updated, shared library version is
authorNiels Möller <nisse@lysator.liu.se>
Thu, 21 Oct 2004 19:58:05 +0000 (21:58 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Thu, 21 Oct 2004 19:58:05 +0000 (21:58 +0200)
now libnettle.so.2.3, soname still libnettle.so.2.

Rev: src/nettle/ChangeLog:1.288
Rev: src/nettle/configure.ac:1.47

ChangeLog
configure.ac

index edc1b77f103c7a9088999802233da591cf7d2fdc..5322e4f374cd9b49e920e7b827263970bc4113a1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,17 @@
 2004-10-21  Niels Möller  <nisse@lysator.liu.se>
 
+       * 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  <niels@s3.kth.se>
 
        * 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.
 
index 4dac9083007fb6ac69612a415cfcf8d4455418ee..121175aaa88ffe66e68019c376f67390bbbace52 100644 (file)
@@ -11,7 +11,7 @@ AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_HEADER([config.h])
 
 SHLIBMAJOR=2
-SHLIBMINOR=2
+SHLIBMINOR=3
 
 AC_CANONICAL_HOST