summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorunknown <lenz@mysql.com>2004-09-21 08:58:44 +0200
committerunknown <lenz@mysql.com>2004-09-21 08:58:44 +0200
commite31116d0bed69629d6b46a6676b965a7c206d074 (patch)
treec16bb22e153054e960b96ac17bbca5241c7d9993 /configure.in
parent6acfa569ecd0b9275fdb7fdf30ab94cf13bcdc67 (diff)
downloadmariadb-git-e31116d0bed69629d6b46a6676b965a7c206d074.tar.gz
- Bumped up version number: 4.1.5 -> 4.1.6 (still keeping the "gamma"
label for now) - tagged ChangeSet 1.2015.1.10 as "mysql-4.1.5" configure.in: - Bumped up version number: 4.1.5 -> 4.1.6 (still keeping the "gamma" label for now)
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 0704123f082..be365ec8584 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.5-gamma)
+AM_INIT_AUTOMAKE(mysql, 4.1.6-gamma)
AM_CONFIG_HEADER(config.h)
PROTOCOL_VERSION=10