CL update and ver up

This commit is contained in:
Uriziel 2013-01-06 00:15:41 +01:00
parent 6d6e7c420c
commit 59b0cd0b6a
3 changed files with 9 additions and 5 deletions

View File

@ -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.

View File

@ -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"

View File

@ -1,3 +1,3 @@
version = '1.2.5'
version = '1.2.6'
milestone = 'Tequila'
projectURL = 'http://syncplay.pl/'