mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
gui tweak and version number
This commit is contained in:
parent
6f0d751067
commit
358e9384bd
2 changed files with 850 additions and 840 deletions
File diff suppressed because it is too large
Load diff
|
@ -38,7 +38,7 @@ import xdg.BaseDirectory
|
|||
import gettext
|
||||
|
||||
PROGRAM_NAME = "Deluge"
|
||||
PROGRAM_VERSION = "0.5.2"
|
||||
PROGRAM_VERSION = "0.5.3"
|
||||
|
||||
CLIENT_CODE = "DE"
|
||||
CLIENT_VERSION = "".join(PROGRAM_VERSION.split('.'))+"0"*(4 - len(PROGRAM_VERSION.split('.')))
|
||||
|
|
Loading…
Add table
Reference in a new issue