Skip to content

Commit

Permalink
package: Debian and Conan version bump.
Browse files Browse the repository at this point in the history
These two packages are built from a tag, so the version bump has to be
done *before* the tag.
  • Loading branch information
mosra committed Feb 4, 2019
1 parent c114cb1 commit cadc805
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def sort_libs(correct_order, libs, lib_suffix='', reverse_result=False):

class CorradeConan(ConanFile):
name = "corrade"
version = "2018.10"
version = "2019.01"
description = "Corrade is a multiplatform utility library written \
in C++11/C++14. It's used as a base for the Magnum \
graphics engine, among other things."
Expand Down
6 changes: 6 additions & 0 deletions package/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
corrade (2019.01) unstable; urgency=low

* Version 2019.01

-- Vladimír Vondruš <[email protected]> Mon, 04 Feb 2019 17:18:34 +0100

corrade (2018.10) unstable; urgency=low

* Version 2018.10
Expand Down

0 comments on commit cadc805

Please sign in to comment.