From c5e6e17bbf911628570c24b1f99c65d800168c84 Mon Sep 17 00:00:00 2001 From: Ximi1970 Date: Sat, 11 Nov 2023 13:56:19 +0100 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 538634ed..acf2436a 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 6 +!define VERSIONBUILD 7 !define VERSION "${VERSIONMAJOR}.${VERSIONMINOR}.${VERSIONBUILD}" CRCCheck On diff --git a/dist/SysTray-X-64bit.nsi b/dist/SysTray-X-64bit.nsi index 2966c581..4688ef37 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 6 +!define VERSIONBUILD 7 !define VERSION "${VERSIONMAJOR}.${VERSIONMINOR}.${VERSIONBUILD}" CRCCheck On diff --git a/dist/rpm/VERSION b/dist/rpm/VERSION index 56922d82..29f65d0e 100644 --- a/dist/rpm/VERSION +++ b/dist/rpm/VERSION @@ -1,4 +1,4 @@ -VERSION=0.9.6 -BUILD_NUMBER=1004 -GIT_HASH=98823ee230826fc4e7e6986e42348f0c09de4408 +VERSION=0.9.7 +BUILD_NUMBER=1032 +GIT_HASH=311dacc37cb8101a4b17e44550a92ace0f885715 GIT_BRANCH=develop diff --git a/dist/rpm/gnome/_service b/dist/rpm/gnome/_service index 6d0931f7..49d1004b 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.6 - 0.9.6 + 0.9.7 + 0.9.7 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 053ca21a..6a3f8719 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.6 - 0.9.6 + 0.9.7 + 0.9.7 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 bdb0e0bb..d9d1666f 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.6 - 0.9.6 + 0.9.7 + 0.9.7 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 62fe2ebe..89292280 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.6", + "version": "0.9.7", "author": "Maxime Rijnders", "homepage_url": "https://github.com/Ximi1970/systray-x",