Skip to content

Commit cd37ae8

Browse files
committed
- Raise version number after cloning 5.5.63
- Updated copyright year in user visible text
1 parent dc23407 commit cd37ae8

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ For the avoidance of doubt, this particular copy of the software
55
is released under the version 2 of the GNU General Public License.
66
MySQL is brought to you by Oracle.
77

8-
Copyright (c) 2000, 2018, Oracle and/or its affiliates. All rights reserved.
8+
Copyright (c) 2000, 2019, Oracle and/or its affiliates. All rights reserved.
99

1010
License information can be found in the COPYING file.
1111

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
MYSQL_VERSION_MAJOR=5
22
MYSQL_VERSION_MINOR=5
3-
MYSQL_VERSION_PATCH=63
3+
MYSQL_VERSION_PATCH=64
44
MYSQL_VERSION_EXTRA=

include/welcome_copyright_notice.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2010, 2017, Oracle and/or its affiliates. All rights reserved.
1+
/* Copyright (c) 2010, 2018, Oracle and/or its affiliates. All rights reserved.
22
33
This program is free software; you can redistribute it and/or modify
44
it under the terms of the GNU General Public License as published by
@@ -16,7 +16,7 @@
1616
#ifndef _welcome_copyright_notice_h_
1717
#define _welcome_copyright_notice_h_
1818

19-
#define COPYRIGHT_NOTICE_CURRENT_YEAR "2018"
19+
#define COPYRIGHT_NOTICE_CURRENT_YEAR "2019"
2020

2121
/*
2222
This define specifies copyright notice which is displayed by every MySQL

packaging/WiX/custom_ui.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<Control Id="Back" Type="PushButton" X="156" Y="243" Width="56" Height="17" Text="!(loc.WixUIBack)" Disabled="yes" />
3131
<Control Id="Description" Type="Text" X="135" Y="80" Width="220" Height="60" Transparent="yes" NoPrefix="yes" Text="!(loc.WelcomeDlgDescription)" />
3232
<Control Id="Title" Type="Text" X="135" Y="20" Width="220" Height="60" Transparent="yes" NoPrefix="yes" Text="!(loc.WelcomeDlgTitle)" />
33-
<Control Id="CopyrightText" Type="Text" X="135" Y="200" Width="220" Height="40" Transparent="yes" Text="Copyright (c) 2000, 2018, Oracle and/or its affiliates. All rights reserved." />
33+
<Control Id="CopyrightText" Type="Text" X="135" Y="200" Width="220" Height="40" Transparent="yes" Text="Copyright (c) 2000, 2019, Oracle and/or its affiliates. All rights reserved." />
3434
<Control Id="Bitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="234" TabSkip="no" Text="!(loc.WelcomeDlgBitmap)" />
3535
<Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="0" />
3636
</Dialog>

0 commit comments

Comments
 (0)