Skip to content

Commit

Permalink
Update version to 5.1.3 (aka 5.2 beta 3) adopt new candidate release …
Browse files Browse the repository at this point in the history
…name "Quasar" (#2584)

* Updated translations from Transifex

* Update version to beta3, adopt new candidate release name "Quasar"
  • Loading branch information
ctrlaltca authored Dec 26, 2023
1 parent 2c59266 commit d1b9c80
Show file tree
Hide file tree
Showing 387 changed files with 97,145 additions and 74,380 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 5.1.1-branch-{branch}-build-{build}
version: 5.1.3-branch-{branch}-build-{build}
image: Visual Studio 2019
skip_branch_with_pr: true
cache:
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ x86/
bld/
[Bb]in/
[Oo]bj/
[Ll]og/

# Visual Studio cache/options directory
.vs/
Expand Down
5 changes: 2 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,8 @@ set(PACKAGE "kvirc")
set(NICENAME "KVIrc")
set(VERSION_MAJOR "5")
set(VERSION_BRANCH "5.1")
set(VERSION_RELEASE "5.1.1")
set(VERSION_CODENAME "Aria")
# REMINDER: "Quasar" is a new candidate name.
set(VERSION_RELEASE "5.1.3")
set(VERSION_CODENAME "Quasar")

string(REGEX MATCH "[0-9]+$" VERSION_MINOR ${VERSION_BRANCH})
string(REGEX MATCH "[0-9]+$" VERSION_MICRO ${VERSION_RELEASE})
Expand Down
Binary file modified data/pics/kvi_release_art.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/pics/kvi_setup_label.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions dist/build_debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ BUILDDIR="${DIR}/build"
cd .. && GITDIR=$(pwd)
PKG_NAME=kvirc
SVNGITBZR="~git-"
VERSION='4:5.1.1'
VERSION1='5.1.1'
VERSION='4:5.1.3'
VERSION1='5.1.3'
TMPFILE=$(mktemp)
TMPGPG=$(mktemp)
DIST_PPA="xenial bionic cosmic"
Expand Down
2 changes: 1 addition & 1 deletion dist/debian/libkvilib5.lintian-overrides
Original file line number Diff line number Diff line change
@@ -1 +1 @@
libkvilib5: no-symbols-control-file */libkvilib.so.5.1.1
libkvilib5: no-symbols-control-file */libkvilib.so.5.1.3
Loading

0 comments on commit d1b9c80

Please sign in to comment.