This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from 84dcac5 Release 4.1.2.1 new 40228b8 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 +- x2goclient.spec | 2 +- 5 files changed, 10 insertions(+), 4 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/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 40228b85cae1b70a82f98cbc49700a935340647c Author: X2Go Release Manager <git-admin@x2go.org> Date: Tue Jun 26 00:39:41 2018 +0200 Continue development --- VERSION | 2 +- debian/changelog | 6 ++++++ man/man1/x2goclient.1 | 2 +- src/version.h | 2 +- x2goclient.spec | 2 +- 5 files changed, 10 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index 2787c14..9587b1a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.1.2.1 +4.1.2.2 diff --git a/debian/changelog b/debian/changelog index 15e5cb8..30582aa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +x2goclient (4.1.2.2-0x2go1) UNRELEASED; urgency=medium + + * Continue development + + -- X2Go Release Manager <git-admin@x2go.org> Tue, 26 Jun 2018 00:39:28 +0200 + x2goclient (4.1.2.1-0x2go1) unstable; urgency=medium [ Mihai Moldovan ] diff --git a/man/man1/x2goclient.1 b/man/man1/x2goclient.1 index 3215339..514349c 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 "Jun 2018" "Version 4.1.2.1" "X2Go Client (Qt4)" +.TH x2goclient 1 "Jun 2018" "Version 4.1.2.2" "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 d4fba2c..9e475f7 100644 --- a/src/version.h +++ b/src/version.h @@ -19,6 +19,6 @@ #ifndef VERSION_H #define VERSION_H -#define VERSION "4.1.2.1" +#define VERSION "4.1.2.2" #endif /* !defined (VERSION_H) */ diff --git a/x2goclient.spec b/x2goclient.spec index 7408b8a..9cb02ee 100644 --- a/x2goclient.spec +++ b/x2goclient.spec @@ -1,5 +1,5 @@ Name: x2goclient -Version: 4.1.2.1 +Version: 4.1.2.2 Release: 0.0x2go1%{?dist} Summary: X2Go Client application (Qt4) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git