Update version

This commit is contained in:
Ximi1970
2023-07-15 22:52:20 +02:00
parent ff95d2e1cc
commit e83cc97637
7 changed files with 12 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
!define Name "SysTray-X"
!define VERSIONMAJOR 0
!define VERSIONMINOR 9
!define VERSIONBUILD 2
!define VERSIONBUILD 3
Name "${Name}"
Outfile "${Name}-setup32.exe"

View File

@@ -1,7 +1,7 @@
!define Name "SysTray-X"
!define VERSIONMAJOR 0
!define VERSIONMINOR 9
!define VERSIONBUILD 2
!define VERSIONBUILD 3
Name "${Name}"
Outfile "${Name}-setup64.exe"

6
dist/rpm/VERSION vendored
View File

@@ -1,4 +1,4 @@
VERSION=0.9.2
BUILD_NUMBER=837
GIT_HASH=298d29f50f3ae876c02656ca63cef7f02613315b
VERSION=0.9.3
BUILD_NUMBER=854
GIT_HASH=ff95d2e1cc4d237f9dd6e1dad1e93f84f32b1cd0
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">0.9.2</param>
<param name="versionformat">0.9.2</param>
<param name="revision">0.9.3</param>
<param name="versionformat">0.9.3</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">0.9.2</param>
<param name="versionformat">0.9.2</param>
<param name="revision">0.9.3</param>
<param name="versionformat">0.9.3</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">0.9.2</param>
<param name="versionformat">0.9.2</param>
<param name="revision">0.9.3</param>
<param name="versionformat">0.9.3</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.2",
"version": "0.9.3",
"author": "Maxime Rijnders",
"homepage_url": "https://github.com/Ximi1970/systray-x",