From 76fde1f5b754845bd9b40cf9b2f15734686f6d09 Mon Sep 17 00:00:00 2001 From: Pixel Date: Thu, 20 Sep 2001 23:54:55 +0000 Subject: Informing and versionning changes --- configure.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'configure.in') 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) -- cgit v1.2.3