From 59b0cd0b6ac7e0a2082277a2458036b084a3c4d2 Mon Sep 17 00:00:00 2001 From: Uriziel Date: Sun, 6 Jan 2013 00:15:41 +0100 Subject: [PATCH] CL update and ver up --- resources/man/changelog.md | 8 ++++++-- setup.nsi | 4 ++-- syncplay/__init__.py | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/resources/man/changelog.md b/resources/man/changelog.md index 2bddc3c..6365ebd 100644 --- a/resources/man/changelog.md +++ b/resources/man/changelog.md @@ -1,6 +1,12 @@ +1.2.6 + +* `Not alll files in the room are same` message is displayed after first unpause if that's the case +* All messages exported to messages.py + 1.2.5 * Installation support for Windows +* First official release. 1.2.4 @@ -9,6 +15,4 @@ * Server optimized to handle many users at the same time * #58 - Default room always assumed your username now. -1.2.X -* First official release. diff --git a/setup.nsi b/setup.nsi index 80d61b4..287e7a0 100644 --- a/setup.nsi +++ b/setup.nsi @@ -1,7 +1,7 @@ !include LogicLib.nsh !include nsDialogs.nsh - !define VERSION "1.2.5.0" - !define SYNCPLAY "syncplay v1.2.5" + !define VERSION "1.2.6.0" + !define SYNCPLAY "syncplay v1.2.6" LoadLanguageFile "${NSISDIR}\Contrib\Language files\English.nlf" LoadLanguageFile "${NSISDIR}\Contrib\Language files\Polish.nlf" diff --git a/syncplay/__init__.py b/syncplay/__init__.py index 0b2b4df..eaec440 100644 --- a/syncplay/__init__.py +++ b/syncplay/__init__.py @@ -1,3 +1,3 @@ -version = '1.2.5' +version = '1.2.6' milestone = 'Tequila' projectURL = 'http://syncplay.pl/' \ No newline at end of file