summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorunknown <joerg@mysql.com>2006-01-17 12:55:30 +0100
committerunknown <joerg@mysql.com>2006-01-17 12:55:30 +0100
commit07eca7f96272f9440528e6640e4e2a89233e5beb (patch)
tree47cb5ad62aadd182342e1823483dd29c5539c7d5 /configure.in
parent88061984649adc877e42c3fdec7f49c2f9e99bb7 (diff)
downloadmariadb-git-07eca7f96272f9440528e6640e4e2a89233e5beb.tar.gz
Increase the version number to 4.1.18
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 9afd2034796..b3daaa5731d 100644
--- a/configure.in
+++ b/configure.in
@@ -5,7 +5,7 @@ AC_INIT(sql/mysqld.cc)
AC_CANONICAL_SYSTEM
# The Docs Makefile.am parses this line!
# remember to also change ndb version below and update version.c in ndb
-AM_INIT_AUTOMAKE(mysql, 4.1.17)
+AM_INIT_AUTOMAKE(mysql, 4.1.18)
AM_CONFIG_HEADER(config.h)
PROTOCOL_VERSION=10
@@ -16,7 +16,7 @@ SHARED_LIB_VERSION=14:0:0
# ndb version
NDB_VERSION_MAJOR=4
NDB_VERSION_MINOR=1
-NDB_VERSION_BUILD=17
+NDB_VERSION_BUILD=18
NDB_VERSION_STATUS=""
# Set all version vars based on $VERSION. How do we do this more elegant ?