From 1d988037635cb8092b643272ad40108bb77bab12 Mon Sep 17 00:00:00 2001 From: DYefremov Date: Thu, 13 Jul 2023 22:58:25 +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/linux/deb/DEBIAN/copyright | 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 7691ecce..b1b77995 100644 --- a/app/ui/dialogs.glade +++ b/app/ui/dialogs.glade @@ -40,7 +40,7 @@ Author: Dmitriy Yefremov system-help normal DemonEditor - 3.7.0 Beta + 3.8.0 Alpha 2018-2023 Dmitriy Yefremov Enigma2 channel and satellite list editor. diff --git a/app/ui/main.glade b/app/ui/main.glade index 0db8473d..828d967b 100644 --- a/app/ui/main.glade +++ b/app/ui/main.glade @@ -1776,7 +1776,7 @@ Author: Dmitriy Yefremov True False - 3.7.0 Beta + 3.8.0 Alpha diff --git a/build/linux/build-deb.sh b/build/linux/build-deb.sh index 7abb9362..cc9c2765 100755 --- a/build/linux/build-deb.sh +++ b/build/linux/build-deb.sh @@ -1,5 +1,5 @@ #!/bin/bash -VER="3.7.0_Beta" +VER="3.8.0_Alpha" 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 00cbf822..6f7ab907 100644 --- a/build/linux/deb/DEBIAN/control +++ b/build/linux/deb/DEBIAN/control @@ -1,5 +1,5 @@ Package: demon-editor -Version: 3.7.0-Beta +Version: 3.8.0-Alpha Section: utils Priority: optional Architecture: all diff --git a/build/linux/deb/DEBIAN/copyright b/build/linux/deb/DEBIAN/copyright index 8c925dc2..f2b63f94 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-2022 Dmitriy Yefremov +Copyright (c) 2018-2023 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 3697ef15..2ece5663 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.7.0.{BUILD_DATE} Beta", + 'CFBundleShortVersionString': f"3.8.0.{BUILD_DATE} Alpha", 'NSHumanReadableCopyright': u"Copyright © 2023, Dmitriy Yefremov", 'NSRequiresAquaSystemAppearance': 'false', 'NSHighResolutionCapable': 'true'