This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2godesktopsharing. commit 8758b6ec98f839892f9855292862e24b2837aec2 Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Jun 9 05:09:43 2016 +0200 misc: bump version string where appropriate. --- debian/changelog | 4 +++- man/man1/x2godesktopsharing.1 | 2 +- man/man8/x2goresume-desktopsharing.8 | 2 +- man/man8/x2gosuspend-desktopsharing.8 | 2 +- man/man8/x2goterminate-desktopsharing.8 | 2 +- sharetray.cpp | 2 +- 6 files changed, 8 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index 780cb44..440fcc2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ x2godesktopsharing (3.1.1.4-0x2go1) UNRELEASED; urgency=medium - * Continue development + [ Mihai Moldovan ] + * New upstream version (3.1.1.4): + - misc: bump version string where appropriate. -- X2Go Release Manager <git-admin@x2go.org> Tue, 07 Jun 2016 04:34:55 +0200 diff --git a/man/man1/x2godesktopsharing.1 b/man/man1/x2godesktopsharing.1 index 25f73eb..a81cc6e 100644 --- a/man/man1/x2godesktopsharing.1 +++ b/man/man1/x2godesktopsharing.1 @@ -5,7 +5,7 @@ \\$2 \(la\\$1\(ra\\$3 .. .if \n(.g .mso www.tmac -.TH x2godesktopsharing 1 "Jun 2016" "Version 3.1.1.3" "X2Go Application" +.TH x2godesktopsharing 1 "Jun 2016" "Version 3.1.1.4" "X2Go Application" .SH NAME x2godesktopsharing \- Share an X2Go desktop with other clients and users. .SH SYNOPSIS diff --git a/man/man8/x2goresume-desktopsharing.8 b/man/man8/x2goresume-desktopsharing.8 index 923b1f8..c4a6088 100644 --- a/man/man8/x2goresume-desktopsharing.8 +++ b/man/man8/x2goresume-desktopsharing.8 @@ -5,7 +5,7 @@ \\$2 \(la\\$1\(ra\\$3 .. .if \n(.g .mso www.tmac -.TH x2goresume\-desktopsharing 8 "Jun 2016" "Version 3.1.1.3" "X2Go Server Script" +.TH x2goresume\-desktopsharing 8 "Jun 2016" "Version 3.1.1.4" "X2Go Server Script" .SH NAME x2goresume\-desktopsharing \- Resume Desktop Sharing Applet for a given X2Go Session .SH SYNOPSIS diff --git a/man/man8/x2gosuspend-desktopsharing.8 b/man/man8/x2gosuspend-desktopsharing.8 index ba65fd3..937282c 100644 --- a/man/man8/x2gosuspend-desktopsharing.8 +++ b/man/man8/x2gosuspend-desktopsharing.8 @@ -5,7 +5,7 @@ \\$2 \(la\\$1\(ra\\$3 .. .if \n(.g .mso www.tmac -.TH x2gosuspend-desktopsharing 8 "Jun 2016" "Version 3.1.1.3" "X2Go Server Script" +.TH x2gosuspend-desktopsharing 8 "Jun 2016" "Version 3.1.1.4" "X2Go Server Script" .SH NAME x2gosuspend-desktopsharing \- Suspend Desktop Sharing for a given X2Go Session .SH SYNOPSIS diff --git a/man/man8/x2goterminate-desktopsharing.8 b/man/man8/x2goterminate-desktopsharing.8 index 9dfbd8f..01a4a00 100644 --- a/man/man8/x2goterminate-desktopsharing.8 +++ b/man/man8/x2goterminate-desktopsharing.8 @@ -5,7 +5,7 @@ \\$2 \(la\\$1\(ra\\$3 .. .if \n(.g .mso www.tmac -.TH x2goterminate\-desktopsharing 8 "Jun 2016" "Version 3.1.1.3" "X2Go Server Tool" +.TH x2goterminate\-desktopsharing 8 "Jun 2016" "Version 3.1.1.4" "X2Go Server Tool" .SH NAME x2goterminate\-desktopsharing \- Cleanly Terminate Desktop Sharing for a given X2Go Session .SH SYNOPSIS diff --git a/sharetray.cpp b/sharetray.cpp index b06292b..eae678a 100644 --- a/sharetray.cpp +++ b/sharetray.cpp @@ -37,7 +37,7 @@ #include <stdint.h> #define STAT_ACT_COUNT 10 -#define VERSION "3.1.1.2" +#define VERSION "3.1.1.4" //needed to not get an undefined reference to static members int ShareTray::sigkeybintFd[2]; -- Alioth's /srv/git/code.x2go.org/x2godesktopsharing.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2godesktopsharing.git