Skip to content

Commit f68fbf2

Browse files
joerg.bruehe@sun.comMySQL Build Team
authored andcommitted
Raise version number after cloning 5.5.2-m2
1 parent 22008fb commit f68fbf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ AC_PREREQ(2.59)
77
# Remember to also update version.c in ndb.
88
# When changing major version number please also check switch statement
99
# in client/mysqlbinlog.cc:check_master_version().
10-
AC_INIT([MySQL Server], [5.5.2-m2], [], [mysql])
10+
AC_INIT([MySQL Server], [5.5.3-m2], [], [mysql])
1111
AC_CONFIG_SRCDIR([sql/mysqld.cc])
1212
AC_CANONICAL_SYSTEM
1313
# USTAR format gives us the possibility to store longer path names in

0 commit comments

Comments
 (0)