From 3dab8ef7b7a435fb3859e0653469186359b38250 Mon Sep 17 00:00:00 2001 From: DYefremov Date: Mon, 17 Jun 2024 16:16:41 +0300 Subject: [PATCH] version update -> 3.10.2 --- 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 fd63e12b..9bc7e513 100644 --- a/app/ui/dialogs.glade +++ b/app/ui/dialogs.glade @@ -40,7 +40,7 @@ Author: Dmitriy Yefremov system-help normal DemonEditor - 3.10.1 Beta + 3.10.2 Beta 2018-2024 Dmitriy Yefremov Enigma2 channel and satellite list editor. diff --git a/app/ui/main.glade b/app/ui/main.glade index 72c17aaa..d821f63b 100644 --- a/app/ui/main.glade +++ b/app/ui/main.glade @@ -1722,7 +1722,7 @@ Author: Dmitriy Yefremov True False - 3.10.1 Beta + 3.10.2 Beta diff --git a/app/ui/main.py b/app/ui/main.py index c8f19725..7ba99222 100644 --- a/app/ui/main.py +++ b/app/ui/main.py @@ -77,7 +77,7 @@ class Application(Gtk.Application): """ Main application class. """ - VERSION = "3.10.1" + VERSION = "3.10.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 49dee5fc..dcf9d83f 100755 --- a/build/linux/build-deb.sh +++ b/build/linux/build-deb.sh @@ -1,5 +1,5 @@ #!/bin/bash -VER="3.10.1_Beta" +VER="3.10.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 36be5597..6b64f618 100644 --- a/build/linux/deb/DEBIAN/control +++ b/build/linux/deb/DEBIAN/control @@ -1,5 +1,5 @@ Package: demon-editor -Version: 3.10.1-Beta +Version: 3.10.2-Beta Section: utils Priority: optional Architecture: all diff --git a/build/mac/DemonEditor.spec b/build/mac/DemonEditor.spec index 17e3549f..0cdd1e5c 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.10.1.{BUILD_DATE} Beta", + 'CFBundleShortVersionString': f"3.10.2.{BUILD_DATE} Beta", 'NSHumanReadableCopyright': u"Copyright © 2024, Dmitriy Yefremov", 'NSRequiresAquaSystemAppearance': 'false', 'NSHighResolutionCapable': 'true'