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