summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorunknown <joerg@mysql.com>2005-10-07 12:50:29 +0200
committerunknown <joerg@mysql.com>2005-10-07 12:50:29 +0200
commit8b1936fa12f80205396619ef4c0761e17fefeae1 (patch)
tree4bb7ca448479c578124622cdeebfa46d4aa6345c /configure.in
parent0ecbc17ccc5ff4b99bd4ed72e742415da3bf7a8e (diff)
downloadmariadb-git-8b1936fa12f80205396619ef4c0761e17fefeae1.tar.gz
Increase the version number.
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 97eb0cb0edf..c4ea20a0453 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.15)
+AM_INIT_AUTOMAKE(mysql, 4.1.16)
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=15
+NDB_VERSION_BUILD=16
NDB_VERSION_STATUS=""
# Set all version vars based on $VERSION. How do we do this more elegant ?