Skip to content

Commit

Permalink
Upver to 47 and increase recent client threshold to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Et0h committed Nov 16, 2017
1 parent 11de7cd commit e012a00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion syncplay/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = '1.5.0'
milestone = 'Yoitsu'
release_number = '45'
release_number = '47'
projectURL = 'http://syncplay.pl/'
2 changes: 1 addition & 1 deletion syncplay/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
CONFIG_NAMES = [".syncplay", "syncplay.ini"] #Syncplay searches first to last
DEFAULT_CONFIG_NAME_WINDOWS = "syncplay.ini"
DEFAULT_CONFIG_NAME_LINUX = ".syncplay"
RECENT_CLIENT_THRESHOLD = "1.4.0" #This and higher considered 'recent' clients (no warnings)
RECENT_CLIENT_THRESHOLD = "1.5.0" #This and higher considered 'recent' clients (no warnings)
WARN_OLD_CLIENTS = True #Use MOTD to inform old clients to upgrade
LIST_RELATIVE_CONFIGS = True # Print list of relative configs loaded
SHOW_CONTACT_INFO = True # Displays dev contact details below list in GUI
Expand Down

0 comments on commit e012a00

Please sign in to comment.