From ec27c32d35bec80d2a7678597a4e87c621ed15ce Mon Sep 17 00:00:00 2001 From: DYefremov Date: Fri, 29 Oct 2021 17:26:34 +0300 Subject: [PATCH] bump version --- 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 0da8804c..0c0d9267 100644 --- a/app/ui/dialogs.glade +++ b/app/ui/dialogs.glade @@ -40,7 +40,7 @@ Author: Dmitriy Yefremov system-help normal DemonEditor - 2.0.0 Alpha2 + 2.0.0 Beta 2018-2021 Dmitriy Yefremov Enigma2 channel and satellite list editor. diff --git a/app/ui/main.glade b/app/ui/main.glade index 4ed805a0..e3d8fe30 100644 --- a/app/ui/main.glade +++ b/app/ui/main.glade @@ -1291,7 +1291,7 @@ Author: Dmitriy Yefremov True False - 2.0.0 Alpha2 + 2.0.0 Beta diff --git a/build/linux/build-deb.sh b/build/linux/build-deb.sh index 2f0ca6bd..991abe9f 100755 --- a/build/linux/build-deb.sh +++ b/build/linux/build-deb.sh @@ -1,5 +1,5 @@ #!/bin/bash -VER="2.0.0_Alpha2" +VER="2.0.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 bd22bae0..2f4c0d1d 100644 --- a/build/linux/deb/DEBIAN/control +++ b/build/linux/deb/DEBIAN/control @@ -1,5 +1,5 @@ Package: demon-editor -Version: 2.0.0-Alpha2 +Version: 2.0.0-Beta Section: utils Priority: optional Architecture: all diff --git a/build/mac/DemonEditor.spec b/build/mac/DemonEditor.spec index d1e82a2c..9e9df8aa 100644 --- a/build/mac/DemonEditor.spec +++ b/build/mac/DemonEditor.spec @@ -69,7 +69,7 @@ app = BUNDLE(coll, 'CFBundleGetInfoString': "Enigma2 channel and satellite editor", 'LSApplicationCategoryType': 'public.app-category.utilities', 'LSMinimumSystemVersion': '10.13', - 'CFBundleShortVersionString': f"2.0.0.{BUILD_DATE} Alpha2", + 'CFBundleShortVersionString': f"2.0.0.{BUILD_DATE} Beta", 'NSHumanReadableCopyright': u"Copyright © 2021, Dmitriy Yefremov", 'NSRequiresAquaSystemAppearance': 'false' })