Skip to content

Commit 6e96558

Browse files
committed
Version bumped to 1.1.3
1 parent cd6be55 commit 6e96558

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY
205205
"Connector/C++, a library for connecting to MySQL servers.")
206206
SET(CPACK_PACKAGE_VERSION_MAJOR 1)
207207
SET(CPACK_PACKAGE_VERSION_MINOR 1)
208-
SET(CPACK_PACKAGE_VERSION_PATCH 2)
208+
SET(CPACK_PACKAGE_VERSION_PATCH 3)
209209
SET(CPACK_PACKAGE_RELEASE_TYPE "")
210210
SET(CPACK_PACKAGE_VENDOR "Oracle and/or its affiliates")
211211
SET(CPACK_RPM_PACKAGE_DESCRIPTION

driver/mysql_driver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ int MySQL_Driver::getMinorVersion()
143143

144144
int MySQL_Driver::getPatchVersion()
145145
{
146-
return 2;
146+
return 3;
147147
}
148148

149149
const sql::SQLString & MySQL_Driver::getName()

0 commit comments

Comments
 (0)