Skip to content

Commit d68c2b0

Browse files
committed
Update to version 2.0.4
1 parent 55db1c5 commit d68c2b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

version.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
1+
# Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved.
22
#
33
# The MySQL Connector/C++ is licensed under the terms of the GPLv2
44
# <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}")
2828

2929
set(CONCPP_VERSION_MAJOR 2)
3030
set(CONCPP_VERSION_MINOR 0)
31-
set(CONCPP_VERSION_MICRO 3)
31+
set(CONCPP_VERSION_MICRO 4)
3232
# Level is "-alpha", "-beta", empty if GA
3333
set(CONCPP_VERSION_LEVEL "")
3434

0 commit comments

Comments
 (0)