Skip to content

Commit b8acdc7

Browse files
committed
Raise version number after cloning 7.1.35
1 parent 4e4f577 commit b8acdc7

File tree

2 files changed

+34
-2
lines changed

2 files changed

+34
-2
lines changed

configure.in

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# Copyright (c) 2000, 2015, Oracle and/or its affiliates. All rights reserved.
2+
#
3+
# This program is free software; you can redistribute it and/or modify
4+
# it under the terms of the GNU General Public License as published by
5+
# the Free Software Foundation; version 2 of the License.
6+
#
7+
# This program is distributed in the hope that it will be useful,
8+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
9+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10+
# GNU General Public License for more details.
11+
#
12+
# You should have received a copy of the GNU General Public License
13+
# along with this program; see the file COPYING. If not, write to the
14+
# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston
15+
# MA 02110-1301 USA.
16+
117
dnl -*- ksh -*-
218
dnl Process this file with autoconf to produce a configure script.
319

@@ -12,7 +28,7 @@ dnl
1228
dnl When changing the major version number please also check the switch
1329
dnl statement in mysqlbinlog::check_master_version(). You may also need
1430
dnl to update version.c in ndb.
15-
AC_INIT([MySQL Server], [5.1.74-ndb-7.1.35], [], [mysql])
31+
AC_INIT([MySQL Server], [5.1.74-ndb-7.1.36], [], [mysql])
1632

1733
AC_CONFIG_SRCDIR([sql/mysqld.cc])
1834
AC_CANONICAL_SYSTEM

storage/ndb/ndb_configure.m4

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,24 @@
1+
# Copyright (c) 2009, 2015, Oracle and/or its affiliates. All rights reserved.
2+
#
3+
# This program is free software; you can redistribute it and/or modify
4+
# it under the terms of the GNU General Public License as published by
5+
# the Free Software Foundation; version 2 of the License.
6+
#
7+
# This program is distributed in the hope that it will be useful,
8+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
9+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10+
# GNU General Public License for more details.
11+
#
12+
# You should have received a copy of the GNU General Public License
13+
# along with this program; see the file COPYING. If not, write to the
14+
# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston
15+
# MA 02110-1301 USA.
16+
117
# The NDB version number and status.
218
# Should be updated when creating a new NDB version
319
NDB_VERSION_MAJOR=7
420
NDB_VERSION_MINOR=1
5-
NDB_VERSION_BUILD=35
21+
NDB_VERSION_BUILD=36
622
NDB_VERSION_STATUS=""
723

824
dnl ---------------------------------------------------------------------------

0 commit comments

Comments
 (0)