summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure2
-rw-r--r--configure.ac4
-rw-r--r--demos/demo.tcl4
-rw-r--r--shellicon/configure2
-rw-r--r--shellicon/configure.ac4
5 files changed, 8 insertions, 8 deletions
diff --git a/configure b/configure
index a490222..520777c 100644
--- a/configure
+++ b/configure
@@ -1774,7 +1774,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
ac_compiler_gnu=$ac_cv_c_compiler_gnu
-PACKAGE_PATCHLEVEL=2.2.3
+PACKAGE_PATCHLEVEL=2.2.4
cat >>confdefs.h <<_ACEOF
#define PACKAGE_PATCHLEVEL "$PACKAGE_PATCHLEVEL"
diff --git a/configure.ac b/configure.ac
index a46e900..e96871d 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.21 2007/02/02 20:32:08 treectrl Exp $
+# RCS: @(#) $Id: configure.ac,v 1.22 2008/01/22 00:03:58 treectrl Exp $
#-----------------------------------------------------------------------
# Sample configure.in for Tcl Extensions.
@@ -20,7 +20,7 @@ dnl to configure the system for the local environment.
#-----------------------------------------------------------------------
AC_INIT([treectrl], [2.2])
-AC_SUBST([PACKAGE_PATCHLEVEL], [2.2.3])
+AC_SUBST([PACKAGE_PATCHLEVEL], [2.2.4])
AC_DEFINE_UNQUOTED(PACKAGE_PATCHLEVEL, "$PACKAGE_PATCHLEVEL")
TEA_INIT([3.5])
diff --git a/demos/demo.tcl b/demos/demo.tcl
index 0e76a90..6518ac7 100644
--- a/demos/demo.tcl
+++ b/demos/demo.tcl
@@ -1,8 +1,8 @@
#!/bin/wish84.exe
-# RCS: @(#) $Id: demo.tcl,v 1.65 2007/11/30 19:36:39 treectrl Exp $
+# RCS: @(#) $Id: demo.tcl,v 1.66 2008/01/22 00:07:33 treectrl Exp $
-set VERSION 2.2.3
+set VERSION 2.2.4
package require Tk 8.4
diff --git a/shellicon/configure b/shellicon/configure
index 86baad9..7fd040c 100644
--- a/shellicon/configure
+++ b/shellicon/configure
@@ -1772,7 +1772,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
ac_compiler_gnu=$ac_cv_c_compiler_gnu
-PACKAGE_PATCHLEVEL=2.2.3
+PACKAGE_PATCHLEVEL=2.2.4
cat >>confdefs.h <<_ACEOF
#define PACKAGE_PATCHLEVEL "$PACKAGE_PATCHLEVEL"
diff --git a/shellicon/configure.ac b/shellicon/configure.ac
index 457b2ec..ad96fdd 100644
--- a/shellicon/configure.ac
+++ b/shellicon/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.2 2007/02/02 20:34:01 treectrl Exp $
+# RCS: @(#) $Id: configure.ac,v 1.3 2008/01/22 00:08:40 treectrl Exp $
#-----------------------------------------------------------------------
# Sample configure.in for Tcl Extensions.
@@ -20,7 +20,7 @@ dnl to configure the system for the local environment.
#-----------------------------------------------------------------------
AC_INIT([shellicon], [2.2])
-AC_SUBST([PACKAGE_PATCHLEVEL], [2.2.3])
+AC_SUBST([PACKAGE_PATCHLEVEL], [2.2.4])
AC_DEFINE_UNQUOTED(PACKAGE_PATCHLEVEL, "$PACKAGE_PATCHLEVEL")
TEA_INIT([3.5])