Skip to content

Commit 7094037

Browse files
committed
Bump project version.
1 parent 70c6ee3 commit 7094037

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CMakeLists.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -237,10 +237,10 @@ set(CORRADE_INCLUDE_INSTALL_DIR ${CORRADE_INCLUDE_INSTALL_PREFIX}/include/Corrad
237237

238238
# Library version. CORRADE_VERSION_YEAR/MONTH is used in
239239
# src/Corrade/CMakeLists.txt to generate the version.h header.
240-
set(CORRADE_LIBRARY_VERSION 2.3)
240+
set(CORRADE_LIBRARY_VERSION 2.4)
241241
set(CORRADE_LIBRARY_SOVERSION 2)
242-
set(CORRADE_VERSION_YEAR 2019)
243-
set(CORRADE_VERSION_MONTH 10)
242+
set(CORRADE_VERSION_YEAR 2020)
243+
set(CORRADE_VERSION_MONTH 6)
244244

245245
# A single output location. After a decade of saying NO THIS IS A NON-SOLUTION
246246
# TO A NON-PROBLEM I reconsidered my views and enabled this, because:

conanfile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def sort_libs(correct_order, libs, lib_suffix='', reverse_result=False):
2626

2727
class CorradeConan(ConanFile):
2828
name = "corrade"
29-
version = "2019.10"
29+
version = "2020.06"
3030
description = "Corrade is a multiplatform utility library written \
3131
in C++11/C++14. It's used as a base for the Magnum \
3232
graphics engine, among other things."

package/debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
corrade (2020.06) unstable; urgency=low
2+
3+
* Version 2020.06
4+
5+
-- Vladimír Vondruš <[email protected]> Fri, 26 Jun 2020 20:54:25 +0200
6+
17
corrade (2019.10) unstable; urgency=low
28

39
* Version 2019.10

0 commit comments

Comments
 (0)