14 lines
341 B
Text
14 lines
341 B
Text
Index: baselib/src/Makefile.in
|
|
--- baselib/src/Makefile.in.orig
|
|
+++ baselib/src/Makefile.in
|
|
@@ -36,8 +36,8 @@ LIBTOOL_INSTALL = $(LIBTOOL) --mode=install $(INSTALL)
|
|
|
|
LIBNAME=libpobl
|
|
LIBNAME_DEB=libpobl_deb
|
|
-MAJOR = 1
|
|
-MINOR = 0
|
|
+MAJOR = ${LIBpobl_VERSION:R}
|
|
+MINOR = ${LIBpobl_VERSION:E}
|
|
|
|
SUBDIRS = config util io collection sys i18n
|
|
|