summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorunknown <akhil.mohan@oracle.com>2012-11-05 11:05:46 +0100
committerAkhil Mohan <akhil.mohan@oracle.com>2012-11-05 11:05:46 +0100
commit350bf6cb394ebce1f5b0e96281529b6c9c07059a (patch)
treef2d97144f2e0120a10711b60bbab72299f826076 /configure.in
parent86c0a80b0dc961530d3376d21028510c180d2cbc (diff)
downloadmariadb-git-350bf6cb394ebce1f5b0e96281529b6c9c07059a.tar.gz
Raise version number after cloning 5.1.67
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 9f361d88a38..e4618f58a91 100644
--- a/configure.in
+++ b/configure.in
@@ -12,7 +12,7 @@ dnl
dnl When changing the major version number please also check the switch
dnl statement in mysqlbinlog::check_master_version(). You may also need
dnl to update version.c in ndb.
-AC_INIT([MySQL Server], [5.1.67], [], [mysql])
+AC_INIT([MySQL Server], [5.1.68], [], [mysql])
AC_CONFIG_SRCDIR([sql/mysqld.cc])
AC_CANONICAL_SYSTEM