Skip to content

Commit 53fe4f3

Browse files
author
Roberto Garcia
committed
Bump up version to 6.9.10
1 parent 906ae66 commit 53fe4f3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Documentation/help.shfbproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<RootNamespaceTitle>Reference</RootNamespaceTitle>
4545
<HelpTitle>MySQL Connector/Net</HelpTitle>
4646
<CopyrightHref>http://www.mysql.com</CopyrightHref>
47-
<CopyrightText>Copyright &amp;#169%3b 2004,2016 Oracle and/or its affiliates. All rights reserved.</CopyrightText>
47+
<CopyrightText>Copyright &amp;#169%3b 2004,2017 Oracle and/or its affiliates. All rights reserved.</CopyrightText>
4848
<FeedbackEMailAddress>support%40oracle.com</FeedbackEMailAddress>
4949
<PresentationStyle>VS2013</PresentationStyle>
5050
<NamingMethod>MemberName</NamingMethod>

README

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

9-
Copyright (c) 2004, 2016, Oracle and/or its affiliates. All rights reserved.
9+
Copyright (c) 2004, 2017 Oracle and/or its affiliates. All rights reserved.
1010

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

Source/MySql.Data/Properties/VersionInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright © 2004, 2016, Oracle and/or its affiliates. All rights reserved.
1+
// Copyright © 2004, 2017 Oracle and/or its affiliates. All rights reserved.
22
//
33
// MySQL Connector/NET is licensed under the terms of the GPLv2
44
// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
@@ -38,6 +38,6 @@
3838
// You can specify all the values or you can default the Revision and Build Numbers
3939
// by using the '*' as shown below:
4040

41-
[assembly: AssemblyVersion("6.9.9")]
42-
[assembly: AssemblyInformationalVersion("6.9.9")]
41+
[assembly: AssemblyVersion("6.9.10")]
42+
[assembly: AssemblyInformationalVersion("6.9.10")]
4343
[assembly: NeutralResourcesLanguage("en-US")]

0 commit comments

Comments
 (0)