summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorunknown <lenz@mysql.com>2003-02-28 12:47:26 +0100
committerunknown <lenz@mysql.com>2003-02-28 12:47:26 +0100
commitf60993de8dafb551e2fed73a04a68f0d16c30b1a (patch)
tree28d2584abb2f9ec2af227ef764e8c21aa6c17505 /configure.in
parentb668554c4e437f9523f1614af534f2aa8d781f47 (diff)
downloadmariadb-git-f60993de8dafb551e2fed73a04a68f0d16c30b1a.tar.gz
- Changed version number from "4.0.12-gamma" to "4.0.12" (confirmed by
Monty)
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 56a3dbd8bd1..2e28b1d7db4 100644
--- a/configure.in
+++ b/configure.in
@@ -4,7 +4,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_INIT(sql/mysqld.cc)
AC_CANONICAL_SYSTEM
# The Docs Makefile.am parses this line!
-AM_INIT_AUTOMAKE(mysql, 4.0.12-gamma)
+AM_INIT_AUTOMAKE(mysql, 4.0.12)
AM_CONFIG_HEADER(config.h)
PROTOCOL_VERSION=10