summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgi Kodinov <joro@sun.com>2010-05-05 12:40:18 +0300
committerGeorgi Kodinov <joro@sun.com>2010-05-05 12:40:18 +0300
commit9be68169dd072fe268a896ee947bebb6a42ade94 (patch)
treecb14211224d9dbd2be7947c6e5f89735acdf8eb4
parent7701bfc2872be4bd48f4f2b082ae29ed3624e00c (diff)
parentcec137824ff25fda5976e99579a7437cf2342157 (diff)
downloadmariadb-git-9be68169dd072fe268a896ee947bebb6a42ade94.tar.gz
merge
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index d7e5e32eaed..53598d2b4c7 100644
--- a/configure.in
+++ b/configure.in
@@ -7,7 +7,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, 5.0.91)
+AM_INIT_AUTOMAKE(mysql, 5.0.92)
AM_CONFIG_HEADER([include/config.h:config.h.in])
PROTOCOL_VERSION=10
@@ -23,7 +23,7 @@ NDB_SHARED_LIB_VERSION=$NDB_SHARED_LIB_MAJOR_VERSION:0:0
# ndb version
NDB_VERSION_MAJOR=5
NDB_VERSION_MINOR=0
-NDB_VERSION_BUILD=91
+NDB_VERSION_BUILD=92
NDB_VERSION_STATUS=""
# Set all version vars based on $VERSION. How do we do this more elegant ?