]> err.no Git - sope/commitdiff
fixed sonames, lib versions
authorhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Fri, 10 Sep 2004 15:59:10 +0000 (15:59 +0000)
committerhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Fri, 10 Sep 2004 15:59:10 +0000 (15:59 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@129 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

sope-appserver/NGXmlRpc/ChangeLog
sope-appserver/NGXmlRpc/GNUmakefile
sope-appserver/NGXmlRpc/Version
sope-appserver/SoOFS/ChangeLog
sope-appserver/SoOFS/GNUmakefile
sope-appserver/SoOFS/Version

index 59bc289b1d5052e5ccd2fc14c5e486e7000fcccb..8448263b97aa9a423ad68aaf8feb67c9d58af144 100644 (file)
@@ -1,3 +1,7 @@
+2004-09-10  Helge Hess  <helge.hess@skyrix.com>
+
+       * GNUmakefile: fixed soname, libname versions (v4.3.5)
+
 2004-08-31  Helge Hess  <helge.hess@skyrix.com>
 
        * GNUmakefile.preamble: fixed libNGMime location for gstep-make 1.9.2,
index 4452fcc5027b7e67d16b63087f388ff7ccae8372..e69294e20deded441ea15d9c08734d7897dd30c5 100644 (file)
@@ -7,6 +7,9 @@ include ./Version
 LIBRARY_NAME = libNGXmlRpc
 TOOL_NAME    = xmlrpc_call
 
+libNGXmlRpc_SOVERSION=$(MAJOR_VERSION).$(MINOR_VERSION)
+libNGXmlRpc_VERSION=$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBMINOR_VERSION)
+
 libNGXmlRpc_HEADER_FILES_DIR         = .
 libNGXmlRpc_HEADER_FILES_INSTALL_DIR = /NGXmlRpc
 
index 9d93031b2c14602d3af70ada8fe43b6eda356ce9..d1646130b383b0ffd643ec15ead84ab41281eb5e 100644 (file)
@@ -1,3 +1,3 @@
 # version file
 
-SUBMINOR_VERSION:=4
+SUBMINOR_VERSION:=5
index e455019502b392b20a41937158268b3c32367980..f464c894d8aade6ccb4bf8161188ca3544ef4cee 100644 (file)
@@ -1,3 +1,7 @@
+2004-09-10  Helge Hess  <helge.hess@skyrix.com>
+
+       * GNUmakefile: fixed soname, libname versions (v4.3.9)
+
 2004-08-31  Helge Hess  <helge.hess@skyrix.com>
 
        * GNUmakefile.preamble: fixed libNGMime location for gstep-make 1.9.2,
index a5e6054c5b329a5afbbc3a3f16742a543bf8f220..d026a54ffc2bf5e150fefa4a170298026522eb8d 100644 (file)
@@ -6,6 +6,9 @@ include ./Version
 
 LIBRARY_NAME = libSoOFS
 
+libSoOFS_SOVERSION=$(MAJOR_VERSION).$(MINOR_VERSION)
+libSoOFS_VERSION=$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBMINOR_VERSION)
+
 libSoOFS_HEADER_FILES_DIR         = .
 libSoOFS_HEADER_FILES_INSTALL_DIR = /SoOFS
 
index 46a90fece8d9225fe5e08bb0a71cc5146b9dcdf2..f725507183992c451c63ba6d27aef6b943c23b07 100644 (file)
@@ -1,3 +1,3 @@
 # version file
 
-SUBMINOR_VERSION:=8
+SUBMINOR_VERSION:=9