summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortreectrl <treectrl>2004-08-13 20:30:38 (GMT)
committertreectrl <treectrl>2004-08-13 20:30:38 (GMT)
commitc65eb2216becabc801b73a8c7ba0e331de7c740f (patch)
tree6707cf89f8fbb2a4b124644de84d851e1bc67a47
parentec4a4cdd3f5507f9006f669f6f72f1c87bb7a087 (diff)
downloadtktreectrl-c65eb2216becabc801b73a8c7ba0e331de7c740f.zip
tktreectrl-c65eb2216becabc801b73a8c7ba0e331de7c740f.tar.gz
tktreectrl-c65eb2216becabc801b73a8c7ba0e331de7c740f.tar.bz2
Update version to 1.1.
-rw-r--r--configure2
-rw-r--r--configure.ac4
2 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index 63a3898..f39b52c 100644
--- a/configure
+++ b/configure
@@ -1307,7 +1307,7 @@ CONFIGDIR=${srcdir}/tclconfig
PACKAGE=treectrl
MAJOR_VERSION=1
-MINOR_VERSION=0
+MINOR_VERSION=1
PATCHLEVEL=
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}${PATCHLEVEL}
diff --git a/configure.ac b/configure.ac
index 4e72f88..83ba7b9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ dnl This file is an input file used by the GNU "autoconf" program to
dnl generate the file "configure", which is run during Tcl installation
dnl to configure the system for the local environment.
#
-# RCS: @(#) $Id: configure.ac,v 1.1 2002/12/17 05:04:18 treectrl Exp $
+# RCS: @(#) $Id: configure.ac,v 1.2 2004/08/13 20:30:38 treectrl Exp $
#-----------------------------------------------------------------------
# Sample configure.in for Tcl Extensions. The only places you should
@@ -36,7 +36,7 @@ AC_SUBST(CONFIGDIR)
PACKAGE=treectrl
MAJOR_VERSION=1
-MINOR_VERSION=0
+MINOR_VERSION=1
PATCHLEVEL=
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}${PATCHLEVEL}