Commit c9c119e8 authored by Andreas Tille's avatar Andreas Tille
Browse files

Set SOVERSION=0

parent be9a73a2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ Description: header files for Genome Code Lib (GCLib)
 .
 This code was gathered even before the C++ STL had been fully adopted as
 a cross-platform "standard". Since STL by itself is a bit heavier for
 most of the C++ needs, it is prefered to use simpler&leaner C++ classes
 most of the C++ needs, it is preferred to use simpler&leaner C++ classes
 or templates for basic strings, containers, basic algorithms etc.
 .
 Header files of Genome Code Lib. It is mainly known for being
@@ -52,5 +52,5 @@ Description: C++ library to handle biological short sequence data
 .
 This code was gathered even before the C++ STL had been fully adopted as
 a cross-platform "standard". Since STL by itself is a bit heavier for
 most of the C++ needs, it is prefered to use simpler&leaner C++ classes
 most of the C++ needs, it is preferred to use simpler&leaner C++ classes
 or templates for basic strings, containers, basic algorithms etc.
+1 −1
Original line number Diff line number Diff line
@@ -73,7 +73,7 @@ Descriptions: Build proper libraries via automake
+
+AM_INIT_AUTOMAKE([1.6 foreign dist-zip tar-ustar filename-length-max=299])
+
+LIB_VERSION=1:1
+LIB_VERSION=0:1
+
+AC_SUBST([VERSION])
+AC_SUBST([LIB_VERSION])