We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd6be55 commit 6e96558Copy full SHA for 6e96558
CMakeLists.txt
@@ -205,7 +205,7 @@ SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY
205
"Connector/C++, a library for connecting to MySQL servers.")
206
SET(CPACK_PACKAGE_VERSION_MAJOR 1)
207
SET(CPACK_PACKAGE_VERSION_MINOR 1)
208
-SET(CPACK_PACKAGE_VERSION_PATCH 2)
+SET(CPACK_PACKAGE_VERSION_PATCH 3)
209
SET(CPACK_PACKAGE_RELEASE_TYPE "")
210
SET(CPACK_PACKAGE_VENDOR "Oracle and/or its affiliates")
211
SET(CPACK_RPM_PACKAGE_DESCRIPTION
driver/mysql_driver.cpp
@@ -143,7 +143,7 @@ int MySQL_Driver::getMinorVersion()
143
144
int MySQL_Driver::getPatchVersion()
145
{
146
- return 2;
+ return 3;
147
}
148
149
const sql::SQLString & MySQL_Driver::getName()
0 commit comments