From 98823ee230826fc4e7e6986e42348f0c09de4408 Mon Sep 17 00:00:00 2001 From: Ximi1970 Date: Sat, 28 Oct 2023 12:29:48 +0200 Subject: [PATCH] Update version --- dist/SysTray-X-32bit.nsi | 2 +- dist/SysTray-X-64bit.nsi | 2 +- dist/rpm/VERSION | 6 +++--- dist/rpm/gnome/_service | 4 ++-- dist/rpm/kde/_service | 4 ++-- dist/rpm/minimal/_service | 4 ++-- webext/manifest.json | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/dist/SysTray-X-32bit.nsi b/dist/SysTray-X-32bit.nsi index b9674c7..538634e 100644 --- a/dist/SysTray-X-32bit.nsi +++ b/dist/SysTray-X-32bit.nsi @@ -11,7 +11,7 @@ Name "${Name}" !define PRODUCT_ID "systray-x@Ximi1970" !define VERSIONMAJOR 0 !define VERSIONMINOR 9 -!define VERSIONBUILD 5 +!define VERSIONBUILD 6 !define VERSION "${VERSIONMAJOR}.${VERSIONMINOR}.${VERSIONBUILD}" CRCCheck On diff --git a/dist/SysTray-X-64bit.nsi b/dist/SysTray-X-64bit.nsi index 606271c..2966c58 100644 --- a/dist/SysTray-X-64bit.nsi +++ b/dist/SysTray-X-64bit.nsi @@ -11,7 +11,7 @@ Name "${Name}" !define PRODUCT_ID "systray-x@Ximi1970" !define VERSIONMAJOR 0 !define VERSIONMINOR 9 -!define VERSIONBUILD 5 +!define VERSIONBUILD 6 !define VERSION "${VERSIONMAJOR}.${VERSIONMINOR}.${VERSIONBUILD}" CRCCheck On diff --git a/dist/rpm/VERSION b/dist/rpm/VERSION index a08ea4c..3bdb2e3 100644 --- a/dist/rpm/VERSION +++ b/dist/rpm/VERSION @@ -1,4 +1,4 @@ -VERSION=0.9.5 -BUILD_NUMBER=904 -GIT_HASH=22c6b8c711ce08b02c7e69d7e211f4166014cf3c +VERSION=0.9.6 +BUILD_NUMBER=1003 +GIT_HASH=4be8a5a15910c626ba83b88804ab9c54481616ef GIT_BRANCH=develop diff --git a/dist/rpm/gnome/_service b/dist/rpm/gnome/_service index aed6451..6d0931f 100644 --- a/dist/rpm/gnome/_service +++ b/dist/rpm/gnome/_service @@ -2,8 +2,8 @@ https://github.com/Ximi1970/systray-x.git git - 0.9.5 - 0.9.5 + 0.9.6 + 0.9.6 systray-x-gnome dist/rpm/gnome/systray-x-gnome.changes dist/rpm/gnome/systray-x-gnome.spec diff --git a/dist/rpm/kde/_service b/dist/rpm/kde/_service index e240165..053ca21 100644 --- a/dist/rpm/kde/_service +++ b/dist/rpm/kde/_service @@ -2,8 +2,8 @@ https://github.com/Ximi1970/systray-x.git git - 0.9.5 - 0.9.5 + 0.9.6 + 0.9.6 dist/rpm/kde/systray-x.changes dist/rpm/kde/systray-x.spec dist/rpm/VERSION diff --git a/dist/rpm/minimal/_service b/dist/rpm/minimal/_service index f04c98e..bdb0e0b 100644 --- a/dist/rpm/minimal/_service +++ b/dist/rpm/minimal/_service @@ -2,8 +2,8 @@ https://github.com/Ximi1970/systray-x.git git - 0.9.5 - 0.9.5 + 0.9.6 + 0.9.6 systray-x-minimal dist/rpm/minimal/systray-x-minimal.changes dist/rpm/minimal/systray-x-minimal.spec diff --git a/webext/manifest.json b/webext/manifest.json index 205112f..62fe2eb 100644 --- a/webext/manifest.json +++ b/webext/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "__MSG_extension_name__", "description": "__MSG_extension_description__", - "version": "0.9.5", + "version": "0.9.6", "author": "Maxime Rijnders", "homepage_url": "https://github.com/Ximi1970/systray-x",