summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorPixel <Pixel>2001-09-20 23:54:55 +0000
committerPixel <Pixel>2001-09-20 23:54:55 +0000
commit76fde1f5b754845bd9b40cf9b2f15734686f6d09 (patch)
treecd3b0bfb8ba7db3aad655dc55933c3f8da52f15d /configure.in
parent91829aee248a07868196b9ae0dafd42e3e7b3e7f (diff)
Informing and versionning changes
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index dddbe49..9f85a9b 100644
--- a/configure.in
+++ b/configure.in
@@ -1,13 +1,13 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(src/Main.cc)
-Baltisot_MAJOR_VERSION=1
-Baltisot_MINOR_VERSION=0
+Baltisot_MAJOR_VERSION=0
+Baltisot_MINOR_VERSION=1
Baltisot_MICRO_VERSION=0
Baltisot_VERSION=$Baltisot_MAJOR_VERSION.$Baltisot_MINOR_VERSION.$Baltisot_MICRO_VERSION
-dnl set version info for Baltisot.so to package rev - $MAJOR + $MINOR : $MICRO : $MINOR
-Baltisot_VERSION_INFO=1:0:0
+dnl set version info for Baltisot.so to package rev - $MAJOR . $MINOR : $MICRO
+Baltisot_VERSION_INFO=$Baltisot_MAJOR_VERSION.$Baltisot_MINOR_VERSION.$Baltisot_MICRO_VERSION
AC_SUBST(Baltisot_MAJOR_VERSION)
AC_SUBST(Baltisot_MINOR_VERSION)