From f998f66a35dcea1294fbebdf2ab88d73e183e372 Mon Sep 17 00:00:00 2001 From: DYefremov Date: Sat, 11 Feb 2023 10:09:46 +0300 Subject: [PATCH] version update --- app/ui/dialogs.glade | 2 +- app/ui/main.glade | 2 +- build/linux/build-deb.sh | 2 +- build/linux/deb/DEBIAN/control | 2 +- build/mac/DemonEditor.spec | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/ui/dialogs.glade b/app/ui/dialogs.glade index 1db890c4..4aad5842 100644 --- a/app/ui/dialogs.glade +++ b/app/ui/dialogs.glade @@ -40,7 +40,7 @@ Author: Dmitriy Yefremov system-help normal DemonEditor - 3.3.1 Beta + 3.4.0 Beta 2018-2023 Dmitriy Yefremov Enigma2 channel and satellite list editor. diff --git a/app/ui/main.glade b/app/ui/main.glade index 924d1756..8d371597 100644 --- a/app/ui/main.glade +++ b/app/ui/main.glade @@ -1651,7 +1651,7 @@ Author: Dmitriy Yefremov True False - 3.3.1 Beta + 3.4.0 Beta diff --git a/build/linux/build-deb.sh b/build/linux/build-deb.sh index f6b2c14b..7ddf239e 100755 --- a/build/linux/build-deb.sh +++ b/build/linux/build-deb.sh @@ -1,5 +1,5 @@ #!/bin/bash -VER="3.3.1_Beta" +VER="3.4.0_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 85009e8f..abb3a522 100644 --- a/build/linux/deb/DEBIAN/control +++ b/build/linux/deb/DEBIAN/control @@ -1,5 +1,5 @@ Package: demon-editor -Version: 3.3.1-Beta +Version: 3.4.0-Beta Section: utils Priority: optional Architecture: all diff --git a/build/mac/DemonEditor.spec b/build/mac/DemonEditor.spec index f8d44620..c7fa283d 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.3.1.{BUILD_DATE} Beta", + 'CFBundleShortVersionString': f"3.4.0.{BUILD_DATE} Beta", 'NSHumanReadableCopyright': u"Copyright © 2023, Dmitriy Yefremov", 'NSRequiresAquaSystemAppearance': 'false', 'NSHighResolutionCapable': 'true'