aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 459a775..89ea401 100644
--- a/configure.in
+++ b/configure.in
@@ -15,6 +15,8 @@ dnl $Id$
#-----------------------------------------------------------------------
# Define MAJOR_VERSION, MINOR_VERSION and PATCHLEVEL, they are
# useful to built version strings without dots (windows).
+#
+# !!!MUST ALSO BE SUBSTITUTED in AC_INIT !!!
#-----------------------------------------------------------------------
MAJOR_VERSION=3
MINOR_VERSION=3
@@ -23,7 +25,7 @@ PATCHLEVEL=4
#-----------------------------------------------------------------------
# Check the source path of the package
#-----------------------------------------------------------------------
-AC_INIT([Tkzinc], [MAJOR_VERSION.MINOR_VERSION.PATCHLEVEL])
+AC_INIT([Tkzinc], [3.3.4])
#--------------------------------------------------------------------
# Call TEA_INIT as the first TEA_ macro to set up initial vars.