Skip to content

Commit

Permalink
Update version to 5.1.1 and extract translations
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlaltca committed Dec 6, 2023
1 parent 4b3b096 commit 819fc6c
Show file tree
Hide file tree
Showing 24 changed files with 2,151 additions and 2,298 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.0.1-branch-{branch}-build-{build}
version: 5.1.1-branch-{branch}-build-{build}
image: Visual Studio 2019
skip_branch_with_pr: true
cache:
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake/modules)
set(PACKAGE "kvirc")
set(NICENAME "KVIrc")
set(VERSION_MAJOR "5")
set(VERSION_BRANCH "5.0")
set(VERSION_RELEASE "5.0.1")
set(VERSION_BRANCH "5.1")
set(VERSION_RELEASE "5.1.1")
set(VERSION_CODENAME "Aria")
# REMINDER: "Quasar" is a new candidate name.

Expand Down
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.0.1'
VERSION1='5.0.1'
VERSION='4:5.1.1'
VERSION1='5.1.1'
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.0.1
libkvilib5: no-symbols-control-file */libkvilib.so.5.1.1
6 changes: 3 additions & 3 deletions po/core/defscript/defscript.pot
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: KVIrc 5.0.1\n"
"Project-Id-Version: KVIrc 5.1.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-03-30 13:26+0200\n"
"POT-Creation-Date: 2023-12-06 22:34+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down Expand Up @@ -1060,6 +1060,6 @@ msgstr ""
msgid "Help"
msgstr ""

#: data/defscript/toolbars.kvs:35
#: data/defscript/toolbars.kvs:31
msgid "Scripting"
msgstr ""
Loading

0 comments on commit 819fc6c

Please sign in to comment.