summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <murthy.narkedimilli@oracle.com>2013-11-04 11:29:37 +0100
committerMurthy Narkedimilli <murthy.narkedimilli@oracle.com>2013-11-04 11:29:37 +0100
commita951cfa4cd036459b1eb2406d83c3c0d564a687c (patch)
treead635f564f0793d53f76546af43a2906cca2b3f8
parente0f3a0fae98bea144b962ef8dbbe62e0935aebb1 (diff)
downloadmariadb-git-a951cfa4cd036459b1eb2406d83c3c0d564a687c.tar.gz
Raise version number after cloning 5.1.73
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 94a9d5b4e99..90422026122 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.73], [], [mysql])
+AC_INIT([MySQL Server], [5.1.74], [], [mysql])
AC_CONFIG_SRCDIR([sql/mysqld.cc])
AC_CANONICAL_SYSTEM