diff options
author | unknown <knielsen@mysql.com> | 2005-11-24 14:57:16 +0100 |
---|---|---|
committer | unknown <knielsen@mysql.com> | 2005-11-24 14:57:16 +0100 |
commit | cb8302df8cb1b0c3c263cdbb8c3b8747c34b3cbf (patch) | |
tree | b07368fc8629ef3a014fa2180d2e1533cfd50411 /configure.in | |
parent | 705965362d3b1ec4f1142aaaa9cf022fc7b7c647 (diff) | |
download | mariadb-git-cb8302df8cb1b0c3c263cdbb8c3b8747c34b3cbf.tar.gz |
Tag 5.1.3-alpha cloneoff
Update version number to 5.1.4-alpha
configure.in:
Update version number to 5.1.4-alpha
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index efcaf82934d..ed57fa0c72b 100644 --- a/configure.in +++ b/configure.in @@ -6,7 +6,7 @@ AC_PREREQ(2.52)dnl Minimum Autoconf version required. AC_INIT(sql/mysqld.cc) AC_CANONICAL_SYSTEM # The Docs Makefile.am parses this line! -AM_INIT_AUTOMAKE(mysql, 5.1.3-alpha) +AM_INIT_AUTOMAKE(mysql, 5.1.4-alpha) AM_CONFIG_HEADER(config.h) PROTOCOL_VERSION=10 |