mirror of
https://github.com/naruxde/revpicommander.git
synced 2025-11-08 16:43:53 +01:00
chore: Release 0.10.0rc1
At this point we do not release 0.9.10. We will switch directly to 0.10.x because of all the new things and the matching version number of revpipyload. Signed-off-by: Sven Sager <akira@narux.de>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
|
||||
|
||||
#define MyAppName "RevPi Commander"
|
||||
#define MyAppVersion "0.9.10rc7"
|
||||
#define MyAppVersion "0.10.0rc1"
|
||||
#define MyAppPublisher "Sven Sager"
|
||||
#define MyAppURL "https://revpimodio.org/"
|
||||
#define MyAppICO "data\revpicommander.ico"
|
||||
|
||||
@@ -4,4 +4,4 @@ __author__ = "Sven Sager"
|
||||
__copyright__ = "Copyright (C) 2023 Sven Sager"
|
||||
__license__ = "GPLv2"
|
||||
__package__ = "revpicommander"
|
||||
__version__ = "0.9.10rc7"
|
||||
__version__ = "0.10.0rc1"
|
||||
|
||||
Reference in New Issue
Block a user