diff options
author | Karen Langford <karen.langford@oracle.com> | 2011-06-10 18:12:18 +0200 |
---|---|---|
committer | Karen Langford <karen.langford@oracle.com> | 2011-06-10 18:12:18 +0200 |
commit | 940335e18c6498f7de8932fca2a7f83d1672b36c (patch) | |
tree | 3bc4a8436b6ebd4f61b2ec57b826407c620e81b4 | |
parent | 78e73ec219508563b23d73dc6cebd94bf0036b51 (diff) | |
download | mariadb-git-940335e18c6498f7de8932fca2a7f83d1672b36c.tar.gz |
increase version number to 5.0.95
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index fdfb7eae871..a06f726c738 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.94) +AM_INIT_AUTOMAKE(mysql, 5.0.95) 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=94 +NDB_VERSION_BUILD=95 NDB_VERSION_STATUS="" # Set all version vars based on $VERSION. How do we do this more elegant ? |