From 128fd8a792e2c7ca5d7a7b3eae264c6289d77a59 Mon Sep 17 00:00:00 2001 From: DYefremov Date: Fri, 29 Dec 2023 14:18:44 +0300 Subject: [PATCH] version update -> 3.9.0-a --- app/ui/dialogs.glade | 2 +- app/ui/main.glade | 2 +- build/linux/build-deb.sh | 2 +- build/linux/deb/DEBIAN/control | 2 +- build/mac/DemonEditor.spec | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/ui/dialogs.glade b/app/ui/dialogs.glade index 2076529e..26f5c3ae 100644 --- a/app/ui/dialogs.glade +++ b/app/ui/dialogs.glade @@ -40,7 +40,7 @@ Author: Dmitriy Yefremov system-help normal DemonEditor - 3.8.0 Beta + 3.9.0 Alpha 2018-2023 Dmitriy Yefremov Enigma2 channel and satellite list editor. diff --git a/app/ui/main.glade b/app/ui/main.glade index 922bec15..3043e7db 100644 --- a/app/ui/main.glade +++ b/app/ui/main.glade @@ -1776,7 +1776,7 @@ Author: Dmitriy Yefremov True False - 3.8.0 Beta + 3.9.0 Alpha diff --git a/build/linux/build-deb.sh b/build/linux/build-deb.sh index a224324b..abd07ecd 100755 --- a/build/linux/build-deb.sh +++ b/build/linux/build-deb.sh @@ -1,5 +1,5 @@ #!/bin/bash -VER="3.8.0_Beta" +VER="3.9.0_Alpha" B_PATH="dist/DemonEditor" DEB_PATH="$B_PATH/usr/share/demoneditor" diff --git a/build/linux/deb/DEBIAN/control b/build/linux/deb/DEBIAN/control index 8453f192..3958104b 100644 --- a/build/linux/deb/DEBIAN/control +++ b/build/linux/deb/DEBIAN/control @@ -1,5 +1,5 @@ Package: demon-editor -Version: 3.8.0-Beta +Version: 3.9.0-Alpha Section: utils Priority: optional Architecture: all diff --git a/build/mac/DemonEditor.spec b/build/mac/DemonEditor.spec index 58ae668c..4406b6e4 100644 --- a/build/mac/DemonEditor.spec +++ b/build/mac/DemonEditor.spec @@ -81,7 +81,7 @@ app = BUNDLE(coll, 'CFBundleGetInfoString': "Enigma2 channel and satellite editor", 'LSApplicationCategoryType': 'public.app-category.utilities', 'LSMinimumSystemVersion': '10.13', - 'CFBundleShortVersionString': f"3.8.0.{BUILD_DATE} Beta", + 'CFBundleShortVersionString': f"3.9.0.{BUILD_DATE} Alpha", 'NSHumanReadableCopyright': u"Copyright © 2023, Dmitriy Yefremov", 'NSRequiresAquaSystemAppearance': 'false', 'NSHighResolutionCapable': 'true'