| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 
 | From: Eugen Wintersberger <eugen.wintersberger@gmail.com>
Date: Tue, 29 Jul 2014 13:14:47 +0200
Subject: Fixed SO-Version and package version
---
 configure.ac    |    2 +-
 lib/Makefile.am |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 6065ea6..3229267 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@
 # Website:
 #   http://apps.jcns.fz-juelich.de/libcerf
 
-AC_INIT([cerf],[1:3],[http://apps.jcns.fz-juelich.de/libcerf])
+AC_INIT([cerf],[1.3],[http://apps.jcns.fz-juelich.de/libcerf])
   # version is current:revision:age; for simplicity, we always put age=0
   # <- http://www.sourceware.org/autobook/autobook/autobook_91.html
 
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 12be501..5c09a83 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -22,4 +22,4 @@
 lib_LTLIBRARIES = libcerf.la
 libcerf_la_SOURCES = cerf.h im_w_of_x.c erfcx.c w_of_z.c err_fcts.c 
 include_HEADERS = cerf.h
-libcerf_la_LDFLAGS = -version-info $(VERSION)
\ No newline at end of file
+libcerf_la_LDFLAGS = -version-info 1:3:0
 |