File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ PROJECT_NAME = "MySQL Connector/C++"
66
66
# could be handy for archiving the generated documentation or if some version
67
67
# control system is used.
68
68
69
- PROJECT_NUMBER = 8.0.21
69
+ PROJECT_NUMBER = 8.0.22
70
70
71
71
# Using the PROJECT_BRIEF tag one can provide an optional one line description
72
72
# for a project that appears at the top of each page and should give viewer a
Original file line number Diff line number Diff line change 1
- # Copyright (c) 2018, 2019 , Oracle and/or its affiliates. All rights reserved.
1
+ # Copyright (c) 2018, 2020 , Oracle and/or its affiliates. All rights reserved.
2
2
#
3
3
# This program is free software; you can redistribute it and/or modify
4
4
# it under the terms of the GNU General Public License, version 2.0,
@@ -91,8 +91,8 @@ Description: Debugging symbols for main library
91
91
" )
92
92
ELSEIF (DEB_CODENAME STREQUAL "bionic" )
93
93
SET (DEB_PLATFORMRELEASE "ubuntu18.04" )
94
- ELSEIF (DEB_CODENAME STREQUAL "eoan " )
95
- SET (DEB_PLATFORMRELEASE "ubuntu19 .10" )
94
+ ELSEIF (DEB_CODENAME STREQUAL "groovy " )
95
+ SET (DEB_PLATFORMRELEASE "ubuntu20 .10" )
96
96
ELSEIF (DEB_CODENAME STREQUAL "focal" )
97
97
SET (DEB_PLATFORMRELEASE "ubuntu20.04" )
98
98
ELSE ()
Original file line number Diff line number Diff line change 32
32
33
33
set (CONCPP_VERSION_MAJOR 8 CACHE INTERNAL "version info" )
34
34
set (CONCPP_VERSION_MINOR 0 CACHE INTERNAL "version info" )
35
- set (CONCPP_VERSION_MICRO 21 CACHE INTERNAL "version info" )
35
+ set (CONCPP_VERSION_MICRO 22 CACHE INTERNAL "version info" )
36
36
# Level is "-alpha", "-beta", empty if GA
37
37
set (CONCPP_VERSION_LEVEL "" CACHE INTERNAL "version info" )
38
38
You can’t perform that action at this time.
0 commit comments