Skip to content

Commit 4a8abe7

Browse files
committed
Update to version 1.1.7
1 parent 4c6bc70 commit 4a8abe7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

VersionInfo.cmake

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,24 @@
77
# conditions of the GPLv2 as it is applied to this software, see the
88
# FLOSS License Exception
99
# <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
10-
#
10+
#
1111
# This program is free software; you can redistribute it and/or modify
1212
# it under the terms of the GNU General Public License as published
1313
# by the Free Software Foundation; version 2 of the License.
14-
#
14+
#
1515
# This program is distributed in the hope that it will be useful, but
1616
# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
1717
# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
1818
# for more details.
19-
#
19+
#
2020
# You should have received a copy of the GNU General Public License along
2121
# with this program; if not, write to the Free Software Foundation, Inc.,
2222
# 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
2323
#
2424

2525
SET(CONNECTOR_MAJOR "1")
2626
SET(CONNECTOR_MINOR "1")
27-
SET(CONNECTOR_PATCH "6")
27+
SET(CONNECTOR_PATCH "7")
2828
SET(CONNECTOR_LEVEL "") # "-alpha", "-beta", empty if GA
2929
SET(CONNECTOR_QUALITY "GA")
3030

@@ -58,6 +58,6 @@ SET(CPACK_PACKAGE_RELEASE_TYPE "")
5858
IF(EXTRA_VERSION)
5959
SET(MYSQLCPPCONN_VERSION "${CONNECTOR_NUMERIC_VERSION}${EXTRA_VERSION}${CPACK_PACKAGE_RELEASE_TYPE}")
6060
ELSE(EXTRA_VERSION)
61-
SET(MYSQLCPPCONN_VERSION "${CONNECTOR_NUMERIC_VERSION}${CPACK_PACKAGE_RELEASE_TYPE}")
61+
SET(MYSQLCPPCONN_VERSION "${CONNECTOR_NUMERIC_VERSION}${CPACK_PACKAGE_RELEASE_TYPE}")
6262
ENDIF(EXTRA_VERSION)
6363

0 commit comments

Comments
 (0)