From f0e9684f5141579568bbf326428704330d4265c7 Mon Sep 17 00:00:00 2001 From: DYefremov Date: Wed, 14 Jun 2023 12:49:51 +0300 Subject: [PATCH] version update --- 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 954c98f7..7691ecce 100644 --- a/app/ui/dialogs.glade +++ b/app/ui/dialogs.glade @@ -40,7 +40,7 @@ Author: Dmitriy Yefremov system-help normal DemonEditor - 3.7.0 Alpha + 3.7.0 Beta 2018-2023 Dmitriy Yefremov Enigma2 channel and satellite list editor. diff --git a/app/ui/main.glade b/app/ui/main.glade index 5462959c..bd7488c7 100644 --- a/app/ui/main.glade +++ b/app/ui/main.glade @@ -1657,7 +1657,7 @@ Author: Dmitriy Yefremov True False - 3.7.0 Alpha + 3.7.0 Beta diff --git a/build/linux/build-deb.sh b/build/linux/build-deb.sh index e39318ef..7abb9362 100755 --- a/build/linux/build-deb.sh +++ b/build/linux/build-deb.sh @@ -1,5 +1,5 @@ #!/bin/bash -VER="3.7.0_Alpha" +VER="3.7.0_Beta" 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 010448af..00cbf822 100644 --- a/build/linux/deb/DEBIAN/control +++ b/build/linux/deb/DEBIAN/control @@ -1,5 +1,5 @@ Package: demon-editor -Version: 3.7.0-Alpha +Version: 3.7.0-Beta Section: utils Priority: optional Architecture: all diff --git a/build/mac/DemonEditor.spec b/build/mac/DemonEditor.spec index f94f050f..73c5a14c 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.7.0.{BUILD_DATE} Alpha", + 'CFBundleShortVersionString': f"3.7.0.{BUILD_DATE} Beta", 'NSHumanReadableCopyright': u"Copyright © 2023, Dmitriy Yefremov", 'NSRequiresAquaSystemAppearance': 'false', 'NSHighResolutionCapable': 'true'