summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlenz@mysql.com <>2003-04-08 17:49:16 +0200
committerlenz@mysql.com <>2003-04-08 17:49:16 +0200
commitccd61a53142790406bedc24f9e982b564e94bc98 (patch)
treeef3550252058c96bae51822a2e07dfd3ced838e8
parent8cf9ada9771b6047df9dbd6c11b854a27c55cadf (diff)
downloadmariadb-git-ccd61a53142790406bedc24f9e982b564e94bc98.tar.gz
- bumped up version number to 4.1.1-alpha now that 4.0.1 has been tagged
- tagged ChangeSet@1.1529 as mysql-4.1.0
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index d9380a68267..77ae969b5eb 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.1.0-alpha)
+AM_INIT_AUTOMAKE(mysql, 4.1.1-alpha)
AM_CONFIG_HEADER(config.h)
PROTOCOL_VERSION=10