version change

This commit is contained in:
DYefremov
2022-09-25 20:04:19 +03:00
parent 751e633a51
commit 0d68e43212
5 changed files with 5 additions and 5 deletions

View File

@@ -40,7 +40,7 @@ Author: Dmitriy Yefremov
<property name="icon_name">system-help</property>
<property name="type_hint">normal</property>
<property name="program_name">DemonEditor</property>
<property name="version">3.0.0 Alpha</property>
<property name="version">3.0.0 Alpha2</property>
<property name="copyright">2018-2022 Dmitriy Yefremov
</property>
<property name="comments" translatable="yes">Enigma2 channel and satellite list editor.</property>

View File

@@ -1633,7 +1633,7 @@ Author: Dmitriy Yefremov
<object class="GtkLabel" id="app_ver_label">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label">3.0.0 Alpha</property>
<property name="label">3.0.0 Alpha2</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>

View File

@@ -1,5 +1,5 @@
#!/bin/bash
VER="3.0.0_Alpha"
VER="3.0.0_Alpha2"
B_PATH="dist/DemonEditor"
DEB_PATH="$B_PATH/usr/share/demoneditor"

View File

@@ -1,5 +1,5 @@
Package: demon-editor
Version: 3.0.0-Alpha
Version: 3.0.0-Alpha2
Section: utils
Priority: optional
Architecture: all

View File

@@ -80,7 +80,7 @@ app = BUNDLE(coll,
'CFBundleGetInfoString': "Enigma2 channel and satellite editor",
'LSApplicationCategoryType': 'public.app-category.utilities',
'LSMinimumSystemVersion': '10.13',
'CFBundleShortVersionString': f"3.0.0.{BUILD_DATE} Alpha",
'CFBundleShortVersionString': f"3.0.0.{BUILD_DATE} Alpha2",
'NSHumanReadableCopyright': u"Copyright © 2022, Dmitriy Yefremov",
'NSRequiresAquaSystemAppearance': 'false',
'NSHighResolutionCapable': 'true'