This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from b69667e release 4.0.5.0 new 1c299be Continue development The 1 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 | 6 ++++++ man/man1/x2goclient.1 | 2 +- src/version.h | 2 +- x2gobrowserplugin-2.4_1/src/res/x2goplugin.rc | 6 +++--- x2goclient.spec | 2 +- 6 files changed, 13 insertions(+), 7 deletions(-) -- Alioth's /srv/git/code.x2go.org/x2goclient.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 1c299be501cfa23a4a2b1509549f8f7049d022d0 Author: X2Go Release Manager <git-admin@x2go.org> Date: Tue Jul 28 06:05:52 2015 +0200 Continue development --- VERSION | 2 +- debian/changelog | 6 ++++++ man/man1/x2goclient.1 | 2 +- src/version.h | 2 +- x2gobrowserplugin-2.4_1/src/res/x2goplugin.rc | 6 +++--- x2goclient.spec | 2 +- 6 files changed, 13 insertions(+), 7 deletions(-) diff --git a/VERSION b/VERSION index 5787f20..fb87437 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.0.5.0 +4.0.5.1 diff --git a/debian/changelog b/debian/changelog index 6b12c0d..9b07b21 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +x2goclient (4.0.5.1-0x2go1) UNRELEASED; urgency=low + + * Continue development + + -- X2Go Release Manager <git-admin@x2go.org> Tue, 28 Jul 2015 06:05:27 +0200 + x2goclient (4.0.5.0-0x2go1) unstable; urgency=low [ Mihai Moldovan ] diff --git a/man/man1/x2goclient.1 b/man/man1/x2goclient.1 index 6910c5f..3a11198 100644 --- a/man/man1/x2goclient.1 +++ b/man/man1/x2goclient.1 @@ -5,7 +5,7 @@ \\$2 \(la\\$1\(ra\\$3 .. .if \n(.g .mso www.tmac -.TH x2goclient 1 "May 2015" "Version 4.0.5.0" "X2Go Client (Qt4)" +.TH x2goclient 1 "May 2015" "Version 4.0.5.1" "X2Go Client (Qt4)" .SH NAME x2goclient \- Client application to launch server-side X2Go sessions. .SH SYNOPSIS diff --git a/src/version.h b/src/version.h index 782dfbf..723bf8a 100644 --- a/src/version.h +++ b/src/version.h @@ -19,6 +19,6 @@ #ifndef VERSION_H #define VERSION_H -#define VERSION "4.0.5.0" +#define VERSION "4.0.5.1" #endif /* !defined (VERSION_H) */ diff --git a/x2gobrowserplugin-2.4_1/src/res/x2goplugin.rc b/x2gobrowserplugin-2.4_1/src/res/x2goplugin.rc index 0fac17d..bc8a048 100644 --- a/x2gobrowserplugin-2.4_1/src/res/x2goplugin.rc +++ b/x2gobrowserplugin-2.4_1/src/res/x2goplugin.rc @@ -1,8 +1,8 @@ 1 TYPELIB "x2goplugin.rc" 1 VERSIONINFO - FILEVERSION 4.0.5.0 - PRODUCTVERSION 4.0.5.0 + FILEVERSION 4.0.5.1 + PRODUCTVERSION 4.0.5.1 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -26,7 +26,7 @@ BEGIN VALUE "LegalCopyright", "Copyright � 2010-2015 X2Go Project\0" VALUE "MIMEType", "application/x2go\0" VALUE "OriginalFilename", "npx2goplugin.dll\0" - VALUE "ProductName", "X2GoClient Plug-in 4.0.5.0\0" + VALUE "ProductName", "X2GoClient Plug-in 4.0.5.1\0" VALUE "ProductVersion", "4, 0, 4, 1\0" END END diff --git a/x2goclient.spec b/x2goclient.spec index f887209..f433d7d 100644 --- a/x2goclient.spec +++ b/x2goclient.spec @@ -1,5 +1,5 @@ Name: x2goclient -Version: 4.0.5.0 +Version: 4.0.5.1 Release: 0.0x2go1%{?dist} Summary: X2Go Client application (Qt4) -- Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git