Update version

This commit is contained in:
Ximi1970
2024-04-27 16:33:44 +02:00
parent 34b0870589
commit 4cc230a117
10 changed files with 15 additions and 15 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -1,7 +1,7 @@
# Maintainer: Maxime Rijnders <ximi.obs@gmail.com>
pkgname=systray-x-gnome
pkgver=0.9.8
pkgver=0.9.9
pkgrel=1
epoch=1
pkgdesc='A system tray extension for Thunderbird (GNOME)'

View File

@@ -1,7 +1,7 @@
# Maintainer: Maxime Rijnders <ximi.obs@gmail.com>
pkgname=systray-x
pkgver=0.9.8
pkgver=0.9.9
pkgrel=1
epoch=1
pkgdesc='A system tray extension for Thunderbird (KDE)'

View File

@@ -1,7 +1,7 @@
# Maintainer: Maxime Rijnders <ximi.obs@gmail.com>
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)'

6
dist/rpm/VERSION vendored
View File

@@ -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

View File

@@ -2,8 +2,8 @@
<service name="obs_scm">
<param name="url">https://github.com/Ximi1970/systray-x.git</param>
<param name="scm">git</param>
<param name="revision">release-0.9.8</param>
<param name="versionformat">0.9.8</param>
<param name="revision">release-0.9.9</param>
<param name="versionformat">0.9.9</param>
<param name="filename">systray-x-gnome</param>
<param name="extract">dist/rpm/gnome/systray-x-gnome.changes</param>
<param name="extract">dist/rpm/gnome/systray-x-gnome.spec</param>

View File

@@ -2,8 +2,8 @@
<service name="obs_scm">
<param name="url">https://github.com/Ximi1970/systray-x.git</param>
<param name="scm">git</param>
<param name="revision">release-0.9.8</param>
<param name="versionformat">0.9.8</param>
<param name="revision">release-0.9.9</param>
<param name="versionformat">0.9.9</param>
<param name="extract">dist/rpm/kde/systray-x.changes</param>
<param name="extract">dist/rpm/kde/systray-x.spec</param>
<param name="extract">dist/rpm/VERSION</param>

View File

@@ -2,8 +2,8 @@
<service name="obs_scm">
<param name="url">https://github.com/Ximi1970/systray-x.git</param>
<param name="scm">git</param>
<param name="revision">release-0.9.8</param>
<param name="versionformat">0.9.8</param>
<param name="revision">release-0.9.9</param>
<param name="versionformat">0.9.9</param>
<param name="filename">systray-x-minimal</param>
<param name="extract">dist/rpm/minimal/systray-x-minimal.changes</param>
<param name="extract">dist/rpm/minimal/systray-x-minimal.spec</param>

View File

@@ -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",