From 8155643098a4e00a9b1a08f48ea4ca7f645b120c Mon Sep 17 00:00:00 2001 From: DYefremov Date: Mon, 26 Jan 2026 22:27:21 +0300 Subject: [PATCH] version update -> 3.14.2 --- app/ui/dialogs.glade | 8 ++++---- app/ui/main.glade | 2 +- app/ui/main.py | 2 +- build/linux/build-deb.sh | 2 +- build/linux/deb/DEBIAN/control | 2 +- build/linux/deb/DEBIAN/copyright | 2 +- build/mac/DemonEditor.spec | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/app/ui/dialogs.glade b/app/ui/dialogs.glade index 8980679a..93f52781 100644 --- a/app/ui/dialogs.glade +++ b/app/ui/dialogs.glade @@ -3,7 +3,7 @@ The MIT License (MIT) -Copyright (c) 2018-2024 Dmitriy Yefremov +Copyright (c) 2018-2026 Dmitriy Yefremov Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -31,7 +31,7 @@ Author: Dmitriy Yefremov - + False @@ -40,8 +40,8 @@ Author: Dmitriy Yefremov system-help normal DemonEditor - 3.14.1 Beta - 2018-2025 Dmitriy Yefremov + 3.14.2 Beta + 2018-2026 Dmitriy Yefremov Enigma2 channel and satellite list editor. https://dyefremov.github.io/DemonEditor/ diff --git a/app/ui/main.glade b/app/ui/main.glade index 07c983e7..d7d52afd 100644 --- a/app/ui/main.glade +++ b/app/ui/main.glade @@ -1852,7 +1852,7 @@ Author: Dmitriy Yefremov True False - 3.14.1 Beta + 3.14.2 Beta diff --git a/app/ui/main.py b/app/ui/main.py index 5b1fcc1a..f0567855 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.1" + VERSION = "3.14.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 bb432bd6..960a5ba6 100755 --- a/build/linux/build-deb.sh +++ b/build/linux/build-deb.sh @@ -1,5 +1,5 @@ #!/bin/bash -VER="3.14.1_Beta" +VER="3.14.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 8ba034e9..cd249ca0 100644 --- a/build/linux/deb/DEBIAN/control +++ b/build/linux/deb/DEBIAN/control @@ -1,5 +1,5 @@ Package: demon-editor -Version: 3.14.1-Beta +Version: 3.14.2-Beta Section: utils Priority: optional Architecture: all diff --git a/build/linux/deb/DEBIAN/copyright b/build/linux/deb/DEBIAN/copyright index 80a5e5a1..d289fbe1 100644 --- a/build/linux/deb/DEBIAN/copyright +++ b/build/linux/deb/DEBIAN/copyright @@ -5,7 +5,7 @@ Source: https://github.com/DYefremov/DemonEditor Files: * MIT License -Copyright (c) 2018-2025 Dmitriy Yefremov +Copyright (c) 2018-2026 Dmitriy Yefremov Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/build/mac/DemonEditor.spec b/build/mac/DemonEditor.spec index 38b7ac11..67b4f2a6 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.14.1.{BUILD_DATE} Beta", + 'CFBundleShortVersionString': f"3.14.2.{BUILD_DATE} Beta", 'NSHumanReadableCopyright': u"Copyright © 2018-2025, Dmitriy Yefremov", 'NSRequiresAquaSystemAppearance': 'false', 'NSHighResolutionCapable': 'true'