diff --git a/app/ui/dialogs.glade b/app/ui/dialogs.glade index b23022d1..02a7983e 100644 --- a/app/ui/dialogs.glade +++ b/app/ui/dialogs.glade @@ -40,7 +40,7 @@ Author: Dmitriy Yefremov system-help normal DemonEditor - 3.1.0 Beta + 3.2.0 Beta 2018-2022 Dmitriy Yefremov Enigma2 channel and satellite list editor. diff --git a/app/ui/main.glade b/app/ui/main.glade index 88891c82..d4127004 100644 --- a/app/ui/main.glade +++ b/app/ui/main.glade @@ -1647,7 +1647,7 @@ Author: Dmitriy Yefremov True False - 3.1.0 Beta + 3.2.0 Beta diff --git a/build/linux/build-deb.sh b/build/linux/build-deb.sh index c72772a4..7d027851 100755 --- a/build/linux/build-deb.sh +++ b/build/linux/build-deb.sh @@ -1,5 +1,5 @@ #!/bin/bash -VER="3.1.0_Beta" +VER="3.2.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 2495332a..0796a8e2 100644 --- a/build/linux/deb/DEBIAN/control +++ b/build/linux/deb/DEBIAN/control @@ -1,5 +1,5 @@ Package: demon-editor -Version: 3.1.0-Beta +Version: 3.2.0-Beta Section: utils Priority: optional Architecture: all diff --git a/build/mac/DemonEditor.spec b/build/mac/DemonEditor.spec index 365a7954..7e74b823 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.1.0.{BUILD_DATE} Beta", + 'CFBundleShortVersionString': f"3.2.0.{BUILD_DATE} Beta", 'NSHumanReadableCopyright': u"Copyright © 2022, Dmitriy Yefremov", 'NSRequiresAquaSystemAppearance': 'false', 'NSHighResolutionCapable': 'true'