diff --git a/app/ui/dialogs.glade b/app/ui/dialogs.glade index cb009300..3a72d08b 100644 --- a/app/ui/dialogs.glade +++ b/app/ui/dialogs.glade @@ -40,7 +40,7 @@ Author: Dmitriy Yefremov system-help normal DemonEditor - 3.0.0 Alpha + 3.0.0 Alpha2 2018-2022 Dmitriy Yefremov Enigma2 channel and satellite list editor. diff --git a/app/ui/main.glade b/app/ui/main.glade index ca556bbe..f7f43af1 100644 --- a/app/ui/main.glade +++ b/app/ui/main.glade @@ -1633,7 +1633,7 @@ Author: Dmitriy Yefremov True False - 3.0.0 Alpha + 3.0.0 Alpha2 diff --git a/build/linux/build-deb.sh b/build/linux/build-deb.sh index b1040999..4e7b2bdd 100755 --- a/build/linux/build-deb.sh +++ b/build/linux/build-deb.sh @@ -1,5 +1,5 @@ #!/bin/bash -VER="3.0.0_Alpha" +VER="3.0.0_Alpha2" 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 83e898ff..37657050 100644 --- a/build/linux/deb/DEBIAN/control +++ b/build/linux/deb/DEBIAN/control @@ -1,5 +1,5 @@ Package: demon-editor -Version: 3.0.0-Alpha +Version: 3.0.0-Alpha2 Section: utils Priority: optional Architecture: all diff --git a/build/mac/DemonEditor.spec b/build/mac/DemonEditor.spec index 67851110..df52af23 100644 --- a/build/mac/DemonEditor.spec +++ b/build/mac/DemonEditor.spec @@ -80,7 +80,7 @@ app = BUNDLE(coll, 'CFBundleGetInfoString': "Enigma2 channel and satellite editor", 'LSApplicationCategoryType': 'public.app-category.utilities', 'LSMinimumSystemVersion': '10.13', - 'CFBundleShortVersionString': f"3.0.0.{BUILD_DATE} Alpha", + 'CFBundleShortVersionString': f"3.0.0.{BUILD_DATE} Alpha2", 'NSHumanReadableCopyright': u"Copyright © 2022, Dmitriy Yefremov", 'NSRequiresAquaSystemAppearance': 'false', 'NSHighResolutionCapable': 'true'