diff options
author | unknown <joerg@mysql.com> | 2005-07-13 15:55:22 +0200 |
---|---|---|
committer | unknown <joerg@mysql.com> | 2005-07-13 15:55:22 +0200 |
commit | 5ef54bb9297d07efe5597684f78c156242ba0850 (patch) | |
tree | 63e75382c39728ede15ca0d531361e4d09c6b2ed /configure.in | |
parent | ecd1ea93a7ec01dddfc11a2a3b5c69f780965837 (diff) | |
download | mariadb-git-5ef54bb9297d07efe5597684f78c156242ba0850.tar.gz |
4.1.13 has been cloned off
configure.in:
Increase version number to 4.1.14, as the clone for 4.1.13 has been created.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 0889e9a3257..af7ce8b1c3d 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.13) +AM_INIT_AUTOMAKE(mysql, 4.1.14) 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=13 +NDB_VERSION_BUILD=14 NDB_VERSION_STATUS="" # Set all version vars based on $VERSION. How do we do this more elegant ? |