diff options
author | Achil | 2022-09-06 18:56:51 +0200 |
---|---|---|
committer | Achil | 2022-09-06 18:56:51 +0200 |
commit | 5bce61c04e589e368d534c4797711ac73c1e1f23 (patch) | |
tree | 299f2b64723a5c9697937f651cecf1416604baad /configure.in | |
parent | b60b3de318b4e621518681cc2824b4d9c605ae9e (diff) | |
download | tkzinc-5bce61c04e589e368d534c4797711ac73c1e1f23.zip tkzinc-5bce61c04e589e368d534c4797711ac73c1e1f23.tar.gz tkzinc-5bce61c04e589e368d534c4797711ac73c1e1f23.tar.bz2 tkzinc-5bce61c04e589e368d534c4797711ac73c1e1f23.tar.xz |
Daniel Etienne pre release for Bullseye
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. |