Skip to content

Commit ab6d6bb

Browse files
committed
Merge remote-tracking branch 'origin/release/8.0.22'
2 parents 3d8f816 + 5874274 commit ab6d6bb

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

doc/doxygen.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ PROJECT_NAME = "MySQL Connector/C++"
6666
# could be handy for archiving the generated documentation or if some version
6767
# control system is used.
6868

69-
PROJECT_NUMBER = 8.0.21
69+
PROJECT_NUMBER = 8.0.22
7070

7171
# Using the PROJECT_BRIEF tag one can provide an optional one line description
7272
# for a project that appears at the top of each page and should give viewer a

packaging/deb-in/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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.
22
#
33
# This program is free software; you can redistribute it and/or modify
44
# it under the terms of the GNU General Public License, version 2.0,
@@ -91,8 +91,8 @@ Description: Debugging symbols for main library
9191
")
9292
ELSEIF(DEB_CODENAME STREQUAL "bionic")
9393
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")
9696
ELSEIF(DEB_CODENAME STREQUAL "focal")
9797
SET (DEB_PLATFORMRELEASE "ubuntu20.04")
9898
ELSE()

version.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
set(CONCPP_VERSION_MAJOR 8 CACHE INTERNAL "version info")
3434
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")
3636
# Level is "-alpha", "-beta", empty if GA
3737
set(CONCPP_VERSION_LEVEL "" CACHE INTERNAL "version info")
3838

0 commit comments

Comments
 (0)