From 3bf787b9fb75c97233f3173406f40ee3fc7df483 Mon Sep 17 00:00:00 2001 From: DYefremov Date: Thu, 3 Oct 2024 20:49:36 +0300 Subject: [PATCH] version update -> 3.11.1 --- app/ui/dialogs.glade | 2 +- app/ui/main.glade | 2 +- app/ui/main.py | 2 +- build/linux/build-deb.sh | 2 +- build/linux/deb/DEBIAN/control | 2 +- build/mac/DemonEditor.spec | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/ui/dialogs.glade b/app/ui/dialogs.glade index e7ffac54..85bf890f 100644 --- a/app/ui/dialogs.glade +++ b/app/ui/dialogs.glade @@ -40,7 +40,7 @@ Author: Dmitriy Yefremov system-help normal DemonEditor - 3.11.0 Beta + 3.11.1 Beta 2018-2024 Dmitriy Yefremov Enigma2 channel and satellite list editor. diff --git a/app/ui/main.glade b/app/ui/main.glade index 8a1b325c..f41e8667 100644 --- a/app/ui/main.glade +++ b/app/ui/main.glade @@ -1746,7 +1746,7 @@ Author: Dmitriy Yefremov True False - 3.11.0 Beta + 3.11.1 Beta diff --git a/app/ui/main.py b/app/ui/main.py index 060eac56..b9e7b542 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.11.0" + VERSION = "3.11.1" 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 11bef1ed..e7b49749 100755 --- a/build/linux/build-deb.sh +++ b/build/linux/build-deb.sh @@ -1,5 +1,5 @@ #!/bin/bash -VER="3.11.0_Beta" +VER="3.11.1_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 ee38f5b1..5662142a 100644 --- a/build/linux/deb/DEBIAN/control +++ b/build/linux/deb/DEBIAN/control @@ -1,5 +1,5 @@ Package: demon-editor -Version: 3.11.0-Beta +Version: 3.11.1-Beta Section: utils Priority: optional Architecture: all diff --git a/build/mac/DemonEditor.spec b/build/mac/DemonEditor.spec index 914c6ea7..cf7e7e5a 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.11.0.{BUILD_DATE} Beta", + 'CFBundleShortVersionString': f"3.11.1.{BUILD_DATE} Beta", 'NSHumanReadableCopyright': u"Copyright © 2024, Dmitriy Yefremov", 'NSRequiresAquaSystemAppearance': 'false', 'NSHighResolutionCapable': 'true'