diff options
| author | 2019-10-12 19:36:49 +0200 | |
|---|---|---|
| committer | 2019-10-12 19:36:49 +0200 | |
| commit | 3db2677fe511ec2f2ab986d165f36026f73f4da3 (patch) | |
| tree | 4898a37e340de19b6b48f8d74054858948eba0de | |
| parent | Ouch (diff) | |
| download | KVIrc-3db2677fe511ec2f2ab986d165f36026f73f4da3.tar.gz KVIrc-3db2677fe511ec2f2ab986d165f36026f73f4da3.tar.bz2 KVIrc-3db2677fe511ec2f2ab986d165f36026f73f4da3.zip | |
bump version to 5.0.1
| -rw-r--r-- | CMakeLists.txt | 2 | ||||
| -rw-r--r-- | dist/build_debian.sh | 8 | ||||
| -rw-r--r-- | dist/debian/libkvilib5.lintian-overrides | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5b5ad604e..3548425b1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -47,7 +47,7 @@ set(PACKAGE "kvirc") set(NICENAME "KVIrc") set(VERSION_MAJOR "5") set(VERSION_BRANCH "5.0") -set(VERSION_RELEASE "5.0.0") +set(VERSION_RELEASE "5.0.1") set(VERSION_CODENAME "Aria") # REMINDER: "Quasar" is a new candidate name. diff --git a/dist/build_debian.sh b/dist/build_debian.sh index 884b923c6..1fb8999cf 100644 --- a/dist/build_debian.sh +++ b/dist/build_debian.sh @@ -28,8 +28,8 @@ BUILDDIR="${DIR}/build" cd .. && GITDIR=$(pwd) PKG_NAME=kvirc SVNGITBZR="~git-" -VERSION='4:5.0.0' -VERSION1='5.0.0' +VERSION='4:5.0.1' +VERSION1='5.0.1' TMPFILE=$(mktemp) TMPGPG=$(mktemp) DIST_PPA="xenial bionic cosmic" @@ -117,9 +117,9 @@ then if [ ! -z "${TRAVIS_BRANCH}" ] then sed -i '/^ cmake (>= 3.1),/d' debian/control - debuild --no-lintian --preserve-env --prepend-path="${PATH}" -us -uc + debuild --no-lintian --preserve-env --prepend-path="${PATH}" -us -uc else - debuild --no-lintian -us -uc + debuild --no-lintian -us -uc fi else gpgkey diff --git a/dist/debian/libkvilib5.lintian-overrides b/dist/debian/libkvilib5.lintian-overrides index d600666f2..f80c3e5b0 100644 --- a/dist/debian/libkvilib5.lintian-overrides +++ b/dist/debian/libkvilib5.lintian-overrides @@ -1 +1 @@ -libkvilib5: no-symbols-control-file */libkvilib.so.5.0.0 +libkvilib5: no-symbols-control-file */libkvilib.so.5.0.1 |
