Skip to content
Snippets Groups Projects
Commit f4199e96 authored by Vincent Texier's avatar Vincent Texier
Browse files

0.53.1

parent b811b1bd
No related branches found
No related tags found
1 merge request!787Release 0.53.1
version=0.53.0 version=0.53.1
# linuxdeploy python plugin # linuxdeploy python plugin
export PYTHON_SOURCE=https://www.python.org/ftp/python/3.6.10/Python-3.6.10.tgz export PYTHON_SOURCE=https://www.python.org/ftp/python/3.6.10/Python-3.6.10.tgz
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
#error "Unable to find MyAppExe" #error "Unable to find MyAppExe"
#endif #endif
#define MyAppVerStr "0.53.0" #define MyAppVerStr "0.53.1"
[Setup] [Setup]
AppName={#MyAppName} AppName={#MyAppName}
......
Package: sakia Package: sakia
Version: 0.53.0 Version: 0.53.1
Section: misc Section: misc
Priority: optional Priority: optional
Architecture: all Architecture: all
......
[Desktop Entry] [Desktop Entry]
Version=0.53.0 Version=0.53.1
Name=Sakia Name=Sakia
Comment=Duniter Qt Client Comment=Duniter Qt Client
Exec=sakia Exec=sakia
......
__version_info__ = ("0", "53", "0") __version_info__ = ("0", "53", "1")
__version__ = ".".join(__version_info__) __version__ = ".".join(__version_info__)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment