The branch, master has been updated via b6f223eda922d39d330600fc90cdc2a910126613 (commit) from f7cdada8c57c45ee9ea3b6c42bd680fae26d728c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit b6f223eda922d39d330600fc90cdc2a910126613 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Dec 17 15:36:44 2013 +0100 Continue development... ----------------------------------------------------------------------- Summary of changes: VERSION | 2 +- debian/changelog | 6 ++++++ nsis/x2goclient.nsi | 2 +- version.h | 2 +- x2goplugin.rc | 10 +++++----- 5 files changed, 14 insertions(+), 8 deletions(-) The diff of changes is: diff --git a/VERSION b/VERSION index f2d823a..99e5d2e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.0.1.2 +4.0.1.3 diff --git a/debian/changelog b/debian/changelog index b7ce2c1..0260168 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +x2goclient (4.0.1.3-0x2go1) UNRELEASED; urgency=low + + * Continue development... + + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Tue, 17 Dec 2013 15:34:49 +0100 + x2goclient (4.0.1.2-0x2go2) unstable; urgency=low [ Mike Gabriel ] diff --git a/nsis/x2goclient.nsi b/nsis/x2goclient.nsi index 2099a6a..eb81551 100755 --- a/nsis/x2goclient.nsi +++ b/nsis/x2goclient.nsi @@ -10,7 +10,7 @@ ;General RequestExecutionLevel admin - !define VERSION "4.0.1.2" + !define VERSION "4.0.1.3-pre01" Name "x2goclient-${VERSION}" Caption "x2goclient-${VERSION}" OutFile "x2goclient-${VERSION}-setup.exe" diff --git a/version.h b/version.h index 14773c6..7c8844a 100644 --- a/version.h +++ b/version.h @@ -15,5 +15,5 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. * ***************************************************************************/ -#define VERSION "4.0.1.2" +#define VERSION "4.0.1.3" diff --git a/x2goplugin.rc b/x2goplugin.rc index c6662e7..5836d38 100644 --- a/x2goplugin.rc +++ b/x2goplugin.rc @@ -1,8 +1,8 @@ 1 TYPELIB "x2goplugin.rc" 1 VERSIONINFO - FILEVERSION 4,0,1,2 - PRODUCTVERSION 4,0,1,2 + FILEVERSION 4,0,1,3 + PRODUCTVERSION 4,0,1,3 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -21,13 +21,13 @@ BEGIN VALUE "FileDescription", "Allows you to start X2Go session in a webbrowser\0" VALUE "FileExtents", "x2go\0" VALUE "FileOpenName", "Configuration File for X2Go Session (*.x2go)\0" - VALUE "FileVersion", "4, 0, 1 ,2\0" + VALUE "FileVersion", "4, 0, 1 ,3\0" VALUE "InternalName", "x2goplugin\0" VALUE "LegalCopyright", "Copyright � 2010-2013 Obviously Nice\0" VALUE "MIMEType", "application/x2go\0" VALUE "OriginalFilename", "npx2goplugin.dll\0" - VALUE "ProductName", "X2GoClient Plug-in 4.0.1.2\0" - VALUE "ProductVersion", "4, 0, 1, 2\0" + VALUE "ProductName", "X2GoClient Plug-in 4.0.1.3\0" + VALUE "ProductVersion", "4, 0, 1, 3\0" END END BLOCK "VarFileInfo" hooks/post-receive -- x2goclient.git (X2Go Client) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "x2goclient.git" (X2Go Client).