Updated version to 1.0.2 in configure.in ...

This commit is contained in:
Ryan C. Gordon 2009-03-23 01:43:05 -04:00
parent 0314ea857b
commit 6667d42c31
1 changed files with 3 additions and 3 deletions

View File

@ -15,9 +15,9 @@ dnl ---------------------------------------------------------------------
MAJOR_VERSION=1
MINOR_VERSION=0
MICRO_VERSION=1
INTERFACE_AGE=0
BINARY_AGE=0
MICRO_VERSION=2
INTERFACE_AGE=2
BINARY_AGE=2
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION
AC_SUBST(MAJOR_VERSION)