From 7477e44b637b534f25dba1ecd886ae72d8ccce89 Mon Sep 17 00:00:00 2001 From: Ximi1970 Date: Sun, 23 Jul 2023 15:18:26 +0200 Subject: [PATCH] Update version --- dist/SysTray-X-32bit.nsi | 2 +- dist/SysTray-X-64bit.nsi | 6 +++--- 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, 14 insertions(+), 14 deletions(-) diff --git a/dist/SysTray-X-32bit.nsi b/dist/SysTray-X-32bit.nsi index 5e5fd293..d5ab67a8 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 3 +!define VERSIONBUILD 4 !define VERSION "${VERSIONMAJOR}.${VERSIONMINOR}.${VERSIONBUILD}" CRCCheck On diff --git a/dist/SysTray-X-64bit.nsi b/dist/SysTray-X-64bit.nsi index 85f2919a..12586843 100644 --- a/dist/SysTray-X-64bit.nsi +++ b/dist/SysTray-X-64bit.nsi @@ -9,9 +9,9 @@ Name "${Name}" !define PRODUCT_ID "systray-x@Ximi1970" -!define VERSIONMAJOR 0 -!define VERSIONMINOR 9 -!define VERSIONBUILD 3 +!define VERSIONMAJOR 0 +!define VERSIONMINOR 9 +!define VERSIONBUILD 4 !define VERSION "${VERSIONMAJOR}.${VERSIONMINOR}.${VERSIONBUILD}" CRCCheck On diff --git a/dist/rpm/VERSION b/dist/rpm/VERSION index 22b787d5..60d07fcf 100644 --- a/dist/rpm/VERSION +++ b/dist/rpm/VERSION @@ -1,4 +1,4 @@ -VERSION=0.9.3 -BUILD_NUMBER=854 -GIT_HASH=ff95d2e1cc4d237f9dd6e1dad1e93f84f32b1cd0 +VERSION=0.9.4 +BUILD_NUMBER=881 +GIT_HASH=6ad50fe1937cd45494834409b8ddffd7a683d732 GIT_BRANCH=develop diff --git a/dist/rpm/gnome/_service b/dist/rpm/gnome/_service index 246aee48..6cdb5210 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.3 - 0.9.3 + 0.9.4 + 0.9.4 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 f175021b..22f0267b 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.3 - 0.9.3 + 0.9.4 + 0.9.4 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 6299f30f..ac191c62 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.3 - 0.9.3 + 0.9.4 + 0.9.4 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 30c2f174..19fc17d1 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.3", + "version": "0.9.4", "author": "Maxime Rijnders", "homepage_url": "https://github.com/Ximi1970/systray-x",