diff options
author | treectrl <treectrl> | 2004-08-13 20:30:38 (GMT) |
---|---|---|
committer | treectrl <treectrl> | 2004-08-13 20:30:38 (GMT) |
commit | c65eb2216becabc801b73a8c7ba0e331de7c740f (patch) | |
tree | 6707cf89f8fbb2a4b124644de84d851e1bc67a47 /configure.ac | |
parent | ec4a4cdd3f5507f9006f669f6f72f1c87bb7a087 (diff) | |
download | tktreectrl-c65eb2216becabc801b73a8c7ba0e331de7c740f.zip tktreectrl-c65eb2216becabc801b73a8c7ba0e331de7c740f.tar.gz tktreectrl-c65eb2216becabc801b73a8c7ba0e331de7c740f.tar.bz2 |
Update version to 1.1.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
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} |