version update

This commit is contained in:
DYefremov
2020-07-25 13:43:46 +03:00
parent 3bf97e5e0d
commit 286f1ffc3f
3 changed files with 3 additions and 3 deletions

View File

@@ -60,6 +60,6 @@ app = BUNDLE(coll,
'CFBundleName': 'DemonEditor',
'CFBundleDisplayName': 'DemonEditor',
'CFBundleGetInfoString': "Enigma2 channel and satellites editor",
'CFBundleShortVersionString': "0.4.9 Pre-alpha (Build: {})".format(BUILD_DATE),
'CFBundleShortVersionString': "1.0.0 Alpha (Build: {})".format(BUILD_DATE),
'NSHumanReadableCopyright': u"Copyright © 2020, Dmitriy Yefremov"
})

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">0.4.9 Pre-alpha</property>
<property name="version">1.0.0 Alpha</property>
<property name="copyright">2018-2020 Dmitriy Yefremov
</property>
<property name="comments" translatable="yes">Enigma2 channel and satellites list editor for MacOS.

View File

@@ -2813,7 +2813,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" translatable="yes">0.4.9 Pre-alpha</property>
<property name="label" translatable="yes">1.0.0 Alpha</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>