From 0d9aea5b9605e0b9bbcb7fe89cf05c108e75c54c Mon Sep 17 00:00:00 2001 From: Karl Lehenbauer Date: Tue, 18 Jan 2011 13:18:18 -0600 Subject: [PATCH] Version bump to 1.2. Tagging 1.2 for release. --- ChangeLog | 6 ++++++ configure.in | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8516fd3..a527adf 100755 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ ChangeLog +2011-01-18 karl + * Version bump to 1.2. Tagged 1.2 for release. + +2010-08-12 karl + * Upgrade to Tcl Extension Architecture (TEA) 3.8. + 2009-07-17 karl * Add aclocal.m4 to create a rule for finding the path to dtplite and modify configure.in to use that rule. diff --git a/configure.in b/configure.in index b264641..0de776a 100755 --- a/configure.in +++ b/configure.in @@ -19,7 +19,7 @@ dnl to configure the system for the local environment. # so you can encode the package version directly into the source files. #----------------------------------------------------------------------- -AC_INIT([tcllauncher], [1.1]) +AC_INIT([tcllauncher], [1.2]) #-------------------------------------------------------------------- # Call TEA_INIT as the first TEA_ macro to set up initial vars. @@ -27,7 +27,7 @@ AC_INIT([tcllauncher], [1.1]) # as well as PKG_LIB_FILE and PKG_STUB_LIB_FILE. #-------------------------------------------------------------------- -TEA_INIT([3.7]) +TEA_INIT([3.8]) AC_CONFIG_AUX_DIR(tclconfig)