diff --git a/app/ui/dialogs.glade b/app/ui/dialogs.glade index 13015299..7556c73d 100644 --- a/app/ui/dialogs.glade +++ b/app/ui/dialogs.glade @@ -40,7 +40,7 @@ Author: Dmitriy Yefremov system-help normal DemonEditor - 3.13.1 Beta + 3.13.2 Beta 2018-2025 Dmitriy Yefremov Enigma2 channel and satellite list editor. diff --git a/app/ui/main.glade b/app/ui/main.glade index 4b5dcd7d..ceec920b 100644 --- a/app/ui/main.glade +++ b/app/ui/main.glade @@ -1818,7 +1818,7 @@ Author: Dmitriy Yefremov True False - 3.13.1 Beta + 3.13.2 Beta diff --git a/app/ui/main.py b/app/ui/main.py index 2909bd58..f2d623b4 100644 --- a/app/ui/main.py +++ b/app/ui/main.py @@ -79,7 +79,7 @@ from .xml.edit import SatellitesTool class Application(Gtk.Application): """ Main application class. """ - VERSION = "3.13.1" + VERSION = "3.13.2" SERVICE_MODEL = "services_list_store" FAV_MODEL = "fav_list_store" diff --git a/build/linux/build-deb.sh b/build/linux/build-deb.sh index 07be22df..16fea2e6 100755 --- a/build/linux/build-deb.sh +++ b/build/linux/build-deb.sh @@ -1,5 +1,5 @@ #!/bin/bash -VER="3.13.1_Beta" +VER="3.13.2_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 eddc58ae..3c04b529 100644 --- a/build/linux/deb/DEBIAN/control +++ b/build/linux/deb/DEBIAN/control @@ -1,5 +1,5 @@ Package: demon-editor -Version: 3.13.1-Beta +Version: 3.13.2-Beta Section: utils Priority: optional Architecture: all diff --git a/build/mac/DemonEditor.spec b/build/mac/DemonEditor.spec index 7cb4e576..7fe674fe 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.13.1.{BUILD_DATE} Beta", + 'CFBundleShortVersionString': f"3.13.2.{BUILD_DATE} Beta", 'NSHumanReadableCopyright': u"Copyright © 2018-2025, Dmitriy Yefremov", 'NSRequiresAquaSystemAppearance': 'false', 'NSHighResolutionCapable': 'true'