diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 8 |
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) |