Skip to content

Commit

Permalink
version update -> 3.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DYefremov committed Jun 17, 2024
1 parent dd1a543 commit 3dab8ef
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/ui/dialogs.glade
Original file line number Diff line number Diff line change
Expand Up @@ -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.10.1 Beta</property>
<property name="version">3.10.2 Beta</property>
<property name="copyright">2018-2024 Dmitriy Yefremov
</property>
<property name="comments" translatable="yes">Enigma2 channel and satellite list editor.</property>
Expand Down
2 changes: 1 addition & 1 deletion app/ui/main.glade
Original file line number Diff line number Diff line change
Expand Up @@ -1722,7 +1722,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.10.1 Beta</property>
<property name="label">3.10.2 Beta</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
Expand Down
2 changes: 1 addition & 1 deletion app/ui/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@

class Application(Gtk.Application):
""" Main application class. """
VERSION = "3.10.1"
VERSION = "3.10.2"

SERVICE_MODEL = "services_list_store"
FAV_MODEL = "fav_list_store"
Expand Down
2 changes: 1 addition & 1 deletion build/linux/build-deb.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
VER="3.10.1_Beta"
VER="3.10.2_Beta"
B_PATH="dist/DemonEditor"
DEB_PATH="$B_PATH/usr/share/demoneditor"

Expand Down
2 changes: 1 addition & 1 deletion build/linux/deb/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: demon-editor
Version: 3.10.1-Beta
Version: 3.10.2-Beta
Section: utils
Priority: optional
Architecture: all
Expand Down
2 changes: 1 addition & 1 deletion build/mac/DemonEditor.spec
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ app = BUNDLE(coll,
'CFBundleGetInfoString': "Enigma2 channel and satellite editor",
'LSApplicationCategoryType': 'public.app-category.utilities',
'LSMinimumSystemVersion': '10.13',
'CFBundleShortVersionString': f"3.10.1.{BUILD_DATE} Beta",
'CFBundleShortVersionString': f"3.10.2.{BUILD_DATE} Beta",
'NSHumanReadableCopyright': u"Copyright © 2024, Dmitriy Yefremov",
'NSRequiresAquaSystemAppearance': 'false',
'NSHighResolutionCapable': 'true'
Expand Down

0 comments on commit 3dab8ef

Please sign in to comment.