diff --git a/alliance/src/growstk/configure.in b/alliance/src/growstk/configure.in index 658866bc..59bebde9 100644 --- a/alliance/src/growstk/configure.in +++ b/alliance/src/growstk/configure.in @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(src/growstk.c) GROWSTK_MAJOR_VERSION=1 -GROWSTK_MINOR_VERSION=0 +GROWSTK_MINOR_VERSION=2 GROWSTK_VERSION=$GROWSTK_MAJOR_VERSION.$GROWSTK_MINOR_VERSION AC_SUBST(GROWSTK_MAJOR_VERSION)