This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from f84e4ed release 4.0.1.3 new e8eed9f Continue development on current release / Baikal LTS branch... new 1af5fc5 Continue development for next release series... The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: VERSION | 2 +- debian/changelog | 12 ++++++++++++ nsis/x2goclient.nsi | 2 +- version.h | 2 +- x2goclient.spec | 2 +- x2goplugin.rc | 10 +++++----- 6 files changed, 21 insertions(+), 9 deletions(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit 1af5fc5420a977670d572571a1effe4c72cdd557 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Jan 22 09:21:36 2014 +0100 Continue development for next release series... --- VERSION | 2 +- debian/changelog | 8 +++++++- version.h | 2 +- x2goclient.spec | 2 +- x2goplugin.rc | 10 +++++----- 5 files changed, 15 insertions(+), 9 deletions(-) diff --git a/VERSION b/VERSION index d78e043..b623bdc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.0.1.4 +4.0.2.0 diff --git a/debian/changelog b/debian/changelog index a8b55bc..95164b9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,14 @@ +x2goclient (4.0.2.0-0x2go1) UNRELEASED; urgency=low + + * Continue development for next release series... + + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 22 Jan 2014 09:20:08 +0100 + x2goclient (4.0.1.4-0x2go1) UNRELEASED; urgency=low * Continue development on current release / Baikal LTS branch... - -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 22 Jan 2014 09:17:39 +0100 + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 22 Jan 2014 09:20:08 +0100 x2goclient (4.0.1.3-0x2go1) unstable; urgency=low diff --git a/version.h b/version.h index 2a066a6..57dc859 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.4" +#define VERSION "4.0.2.0" diff --git a/x2goclient.spec b/x2goclient.spec index 05c8c28..f7a04fe 100644 --- a/x2goclient.spec +++ b/x2goclient.spec @@ -1,5 +1,5 @@ Name: x2goclient -Version: 4.0.1.4 +Version: 4.0.2.0 Release: 0.0x2go1%{?dist} Summary: X2Go Client application (Qt4) diff --git a/x2goplugin.rc b/x2goplugin.rc index e91691f..211787f 100644 --- a/x2goplugin.rc +++ b/x2goplugin.rc @@ -1,8 +1,8 @@ 1 TYPELIB "x2goplugin.rc" 1 VERSIONINFO - FILEVERSION 4,0,1,4 - PRODUCTVERSION 4,0,1,4 + FILEVERSION 4,0,2,0 + PRODUCTVERSION 4,0,2,0 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 ,4\0" + VALUE "FileVersion", "4, 0, 2 ,0\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.4\0" - VALUE "ProductVersion", "4, 0, 1, 4\0" + VALUE "ProductName", "X2GoClient Plug-in 4.0.2.0\0" + VALUE "ProductVersion", "4, 0, 2, 0\0" END END BLOCK "VarFileInfo" -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit e8eed9f1733fe9fb133b4b320ead20c85339db90 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Jan 22 09:19:38 2014 +0100 Continue development on current release / Baikal LTS branch... --- VERSION | 2 +- debian/changelog | 6 ++++++ nsis/x2goclient.nsi | 2 +- version.h | 2 +- x2goclient.spec | 2 +- x2goplugin.rc | 10 +++++----- 6 files changed, 15 insertions(+), 9 deletions(-) diff --git a/VERSION b/VERSION index 99e5d2e..d78e043 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.0.1.3 +4.0.1.4 diff --git a/debian/changelog b/debian/changelog index 04c47cc..a8b55bc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +x2goclient (4.0.1.4-0x2go1) UNRELEASED; urgency=low + + * Continue development on current release / Baikal LTS branch... + + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 22 Jan 2014 09:17:39 +0100 + x2goclient (4.0.1.3-0x2go1) unstable; urgency=low [ Oleksandr Shneyder ] diff --git a/nsis/x2goclient.nsi b/nsis/x2goclient.nsi index eb81551..0280711 100755 --- a/nsis/x2goclient.nsi +++ b/nsis/x2goclient.nsi @@ -10,7 +10,7 @@ ;General RequestExecutionLevel admin - !define VERSION "4.0.1.3-pre01" + !define VERSION "4.0.1.4-pre01" Name "x2goclient-${VERSION}" Caption "x2goclient-${VERSION}" OutFile "x2goclient-${VERSION}-setup.exe" diff --git a/version.h b/version.h index 0c7a937..2a066a6 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.3" +#define VERSION "4.0.1.4" diff --git a/x2goclient.spec b/x2goclient.spec index d258f58..05c8c28 100644 --- a/x2goclient.spec +++ b/x2goclient.spec @@ -1,5 +1,5 @@ Name: x2goclient -Version: 4.0.1.3 +Version: 4.0.1.4 Release: 0.0x2go1%{?dist} Summary: X2Go Client application (Qt4) diff --git a/x2goplugin.rc b/x2goplugin.rc index 5836d38..e91691f 100644 --- a/x2goplugin.rc +++ b/x2goplugin.rc @@ -1,8 +1,8 @@ 1 TYPELIB "x2goplugin.rc" 1 VERSIONINFO - FILEVERSION 4,0,1,3 - PRODUCTVERSION 4,0,1,3 + FILEVERSION 4,0,1,4 + PRODUCTVERSION 4,0,1,4 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 ,3\0" + VALUE "FileVersion", "4, 0, 1 ,4\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.3\0" - VALUE "ProductVersion", "4, 0, 1, 3\0" + VALUE "ProductName", "X2GoClient Plug-in 4.0.1.4\0" + VALUE "ProductVersion", "4, 0, 1, 4\0" END END BLOCK "VarFileInfo" -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git