From 49f98639224a5aa691c4ce5eb7c6557ab12ce091 Mon Sep 17 00:00:00 2001 From: DYefremov Date: Wed, 18 Feb 2026 16:19:04 +0300 Subject: [PATCH] version update -> 3.14.3 --- 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 | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app/ui/dialogs.glade b/app/ui/dialogs.glade index 93f52781..8fc4b549 100644 --- a/app/ui/dialogs.glade +++ b/app/ui/dialogs.glade @@ -40,7 +40,7 @@ Author: Dmitriy Yefremov system-help normal DemonEditor - 3.14.2 Beta + 3.14.3 Beta 2018-2026 Dmitriy Yefremov Enigma2 channel and satellite list editor. diff --git a/app/ui/main.glade b/app/ui/main.glade index d7d52afd..510a0a49 100644 --- a/app/ui/main.glade +++ b/app/ui/main.glade @@ -1852,7 +1852,7 @@ Author: Dmitriy Yefremov True False - 3.14.2 Beta + 3.14.3 Beta diff --git a/app/ui/main.py b/app/ui/main.py index 4e84a91d..877ea8fa 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.14.2" + VERSION = "3.14.3" 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 960a5ba6..13b614f5 100755 --- a/build/linux/build-deb.sh +++ b/build/linux/build-deb.sh @@ -1,5 +1,5 @@ #!/bin/bash -VER="3.14.2_Beta" +VER="3.14.3_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 cd249ca0..97ff99b6 100644 --- a/build/linux/deb/DEBIAN/control +++ b/build/linux/deb/DEBIAN/control @@ -1,5 +1,5 @@ Package: demon-editor -Version: 3.14.2-Beta +Version: 3.14.3-Beta Section: utils Priority: optional Architecture: all diff --git a/build/mac/DemonEditor.spec b/build/mac/DemonEditor.spec index 0163b199..52389485 100644 --- a/build/mac/DemonEditor.spec +++ b/build/mac/DemonEditor.spec @@ -81,8 +81,8 @@ app = BUNDLE(coll, 'CFBundleGetInfoString': "Enigma2 channel and satellite editor", 'LSApplicationCategoryType': 'public.app-category.utilities', 'LSMinimumSystemVersion': '10.13', - 'CFBundleShortVersionString': f"3.14.2.{BUILD_DATE} Beta", - 'NSHumanReadableCopyright': u"Copyright © 2018-2025, Dmitriy Yefremov", + 'CFBundleShortVersionString': f"3.14.3.{BUILD_DATE} Beta", + 'NSHumanReadableCopyright': u"Copyright © 2018-2026, Dmitriy Yefremov", 'NSRequiresAquaSystemAppearance': 'false', 'NSHighResolutionCapable': 'true' })