Skip to content

Commit

Permalink
Bump version for release 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sput42 committed Jan 1, 2022
1 parent e1ab556 commit da9c1c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions cmake/QuasselVersion.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

# Quassel version
set(QUASSEL_MAJOR 0)
set(QUASSEL_MINOR 13)
set(QUASSEL_PATCH 92)
set(QUASSEL_VERSION_STRING "0.14-rc2")
set(QUASSEL_MINOR 14)
set(QUASSEL_PATCH 0)
set(QUASSEL_VERSION_STRING "0.14.0")

# Get additional version information from Git
include(GetGitRevisionDescription)
Expand Down
2 changes: 1 addition & 1 deletion snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: quasselcore
version: "0.14-rc2"
version: "0.14.0"
summary: Modern, cross-platform IRC client (core)
description: |
This is a modern, cross-platform, distributed IRC client. One
Expand Down

0 comments on commit da9c1c9

Please sign in to comment.