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 55db1c5 commit d68c2b0Copy full SHA for d68c2b0
version.cmake
@@ -1,4 +1,4 @@
1
-# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved.
2
#
3
# The MySQL Connector/C++ is licensed under the terms of the GPLv2
4
# <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
@@ -28,7 +28,7 @@ set(API_VERSION "${API_VERSION_MAJOR}.${API_VERSION_MINOR}")
28
29
set(CONCPP_VERSION_MAJOR 2)
30
set(CONCPP_VERSION_MINOR 0)
31
-set(CONCPP_VERSION_MICRO 3)
+set(CONCPP_VERSION_MICRO 4)
32
# Level is "-alpha", "-beta", empty if GA
33
set(CONCPP_VERSION_LEVEL "")
34
0 commit comments