diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in index dafc2ca..4d24d11 100644 --- a/configure.in +++ b/configure.in @@ -10,7 +10,7 @@ dnl Copyright (c) 1999 Scriptics Corporation. dnl Copyright (c) 2002 ActiveState SRL. dnl dnl -dnl $Id$ +dnl $Id: configure.in 1899 2008-01-22 11:09:02Z lemort $ #----------------------------------------------------------------------- # Define MAJOR_VERSION, MINOR_VERSION and PATCHLEVEL, they are @@ -20,12 +20,12 @@ dnl $Id$ #----------------------------------------------------------------------- MAJOR_VERSION=3 MINOR_VERSION=3 -PATCHLEVEL=6 +PATCHLEVEL=8 #----------------------------------------------------------------------- # Check the source path of the package #----------------------------------------------------------------------- -AC_INIT([Tkzinc], [3.3.6]) +AC_INIT([Tkzinc], [3.3.8]) #-------------------------------------------------------------------- # Call TEA_INIT as the first TEA_ macro to set up initial vars. |