From 4cc230a117e13f3bca1d63bfa1f9de857ffa99aa Mon Sep 17 00:00:00 2001 From: Ximi1970 Date: Sat, 27 Apr 2024 16:33:44 +0200 Subject: [PATCH] Update version --- dist/SysTray-X-32bit.nsi | 2 +- dist/SysTray-X-64bit.nsi | 2 +- dist/arch/gnome/PKGBUILD | 2 +- dist/arch/kde/PKGBUILD | 2 +- dist/arch/minimal/PKGBUILD | 2 +- dist/rpm/VERSION | 6 +++--- dist/rpm/gnome/_service | 4 ++-- dist/rpm/kde/_service | 4 ++-- dist/rpm/minimal/_service | 4 ++-- webext/manifest.json | 2 +- 10 files changed, 15 insertions(+), 15 deletions(-) diff --git a/dist/SysTray-X-32bit.nsi b/dist/SysTray-X-32bit.nsi index b8284b5..0c19944 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 8 +!define VERSIONBUILD 9 !define VERSION "${VERSIONMAJOR}.${VERSIONMINOR}.${VERSIONBUILD}" CRCCheck On diff --git a/dist/SysTray-X-64bit.nsi b/dist/SysTray-X-64bit.nsi index bde2f75..0cfb9fa 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 8 +!define VERSIONBUILD 9 !define VERSION "${VERSIONMAJOR}.${VERSIONMINOR}.${VERSIONBUILD}" CRCCheck On diff --git a/dist/arch/gnome/PKGBUILD b/dist/arch/gnome/PKGBUILD index 522fefe..1d08ef9 100644 --- a/dist/arch/gnome/PKGBUILD +++ b/dist/arch/gnome/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Maxime Rijnders pkgname=systray-x-gnome -pkgver=0.9.8 +pkgver=0.9.9 pkgrel=1 epoch=1 pkgdesc='A system tray extension for Thunderbird (GNOME)' diff --git a/dist/arch/kde/PKGBUILD b/dist/arch/kde/PKGBUILD index 16aa9ce..d81b59f 100644 --- a/dist/arch/kde/PKGBUILD +++ b/dist/arch/kde/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Maxime Rijnders pkgname=systray-x -pkgver=0.9.8 +pkgver=0.9.9 pkgrel=1 epoch=1 pkgdesc='A system tray extension for Thunderbird (KDE)' diff --git a/dist/arch/minimal/PKGBUILD b/dist/arch/minimal/PKGBUILD index d8c82a3..e929f0e 100644 --- a/dist/arch/minimal/PKGBUILD +++ b/dist/arch/minimal/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Maxime Rijnders pkgname=systray-x-minimal -pkgver=0.9.8 +pkgver=0.9.9 pkgrel=1 epoch=1 pkgdesc='A system tray extension for Thunderbird (Unity/XFCE/other)' diff --git a/dist/rpm/VERSION b/dist/rpm/VERSION index 9af9985..ebacefe 100644 --- a/dist/rpm/VERSION +++ b/dist/rpm/VERSION @@ -1,4 +1,4 @@ -VERSION=0.9.8 -BUILD_NUMBER=1067 -GIT_HASH=581a2014b2f11a7b2d0fa2de9e8b30dbacdb266f +VERSION=0.9.9 +BUILD_NUMBER=1143 +GIT_HASH=34b0870589eeb9975ea1056c0115be68dab75f05 GIT_BRANCH=develop diff --git a/dist/rpm/gnome/_service b/dist/rpm/gnome/_service index f56678f..e4f986b 100644 --- a/dist/rpm/gnome/_service +++ b/dist/rpm/gnome/_service @@ -2,8 +2,8 @@ https://github.com/Ximi1970/systray-x.git git - release-0.9.8 - 0.9.8 + release-0.9.9 + 0.9.9 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 b99815b..026e73e 100644 --- a/dist/rpm/kde/_service +++ b/dist/rpm/kde/_service @@ -2,8 +2,8 @@ https://github.com/Ximi1970/systray-x.git git - release-0.9.8 - 0.9.8 + release-0.9.9 + 0.9.9 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 60967da..02aca0d 100644 --- a/dist/rpm/minimal/_service +++ b/dist/rpm/minimal/_service @@ -2,8 +2,8 @@ https://github.com/Ximi1970/systray-x.git git - release-0.9.8 - 0.9.8 + release-0.9.9 + 0.9.9 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 e1e0e3d..23c2b56 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.8", + "version": "0.9.9", "author": "Maxime Rijnders", "homepage_url": "https://github.com/Ximi1970/systray-x",