diff --git a/dist/SysTray-X-32bit.nsi b/dist/SysTray-X-32bit.nsi index 5e5fd29..d5ab67a 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 85f2919..1258684 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 22b787d..60d07fc 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 246aee4..6cdb521 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 f175021..22f0267 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 6299f30..ac191c6 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 30c2f17..19fc17d 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",