mirror of
https://git.deluge-torrent.org/deluge
synced 2025-09-19 16:18:32 +00:00
set program version so we dont get people using svn and saying it's 0.5.2 or 0.5.3
This commit is contained in:
parent
2fe15d8198
commit
ce59598635
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ import xdg.BaseDirectory
|
||||||
import gettext
|
import gettext
|
||||||
|
|
||||||
PROGRAM_NAME = "Deluge"
|
PROGRAM_NAME = "Deluge"
|
||||||
PROGRAM_VERSION = "0.5.3"
|
PROGRAM_VERSION = "0.5.2.90"
|
||||||
|
|
||||||
CLIENT_CODE = "DE"
|
CLIENT_CODE = "DE"
|
||||||
CLIENT_VERSION = "".join(PROGRAM_VERSION.split('.'))+"0"*(4 - len(PROGRAM_VERSION.split('.')))
|
CLIENT_VERSION = "".join(PROGRAM_VERSION.split('.'))+"0"*(4 - len(PROGRAM_VERSION.split('.')))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue