Skip to content

Commit 08837c3

Browse files
committed
Raise milestone number after cloning 5.7.5-m15
1 parent 4c17563 commit 08837c3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packaging/rpm-fedora/mysql.spec.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# change these, has to be exactly as is.
2020

2121

22-
%global milestone m15
22+
%global milestone m16
2323

2424
%global mysql_vendor Oracle and/or its affiliates
2525
%global mysqldatadir /var/lib/mysql

packaging/rpm-oel/mysql.spec.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# NOTE: "vendor" is used in upgrade/downgrade check, so you can't
2121
# change these, has to be exactly as is.
2222

23-
%global milestone m15
23+
%global milestone m16
2424
%global mysql_version @VERSION@
2525

2626
%global mysql_vendor Oracle and/or its affiliates

packaging/rpm-sles/mysql.spec.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston
1515
# MA 02110-1301 USA.
1616

17-
%global milestone m15
17+
%global milestone m16
1818
%global mysql_version @VERSION@
1919

2020
%global mysql_vendor Oracle and/or its affiliates

0 commit comments

Comments
 (0)