Skip to content

Commit

Permalink
Version bump to 1.2. Tagging 1.2 for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
lehenbauer committed Jan 18, 2011
1 parent 8e6108b commit 0d9aea5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ 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.
# This will define a ${TEA_PLATFORM} variable == "unix" or "windows"
# as well as PKG_LIB_FILE and PKG_STUB_LIB_FILE.
#--------------------------------------------------------------------

TEA_INIT([3.7])
TEA_INIT([3.8])

AC_CONFIG_AUX_DIR(tclconfig)

Expand Down

0 comments on commit 0d9aea5

Please sign in to comment.