This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from dc05d84 release 4.1.2.3 new 17c6702 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 17c6702f5867123e6466526507ba01b5f997d5e0 Author: X2Go Release Manager <git-admin@x2go.org> Date: Thu Jun 29 20:57:00 2023 +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 ba2b841..4054441 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.1.2.3 +4.1.2.4 diff --git a/debian/changelog b/debian/changelog index 278f9cb..a17d1f5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +x2goclient (4.1.2.4-0x2go1) UNRELEASED; urgency=medium + + * Continue development + + -- X2Go Release Manager <git-admin@x2go.org> Thu, 29 Jun 2023 20:54:03 +0200 + x2goclient (4.1.2.3-0x2go1) unstable; urgency=medium [ Oleksandr Shneyder ] diff --git a/man/man1/x2goclient.1 b/man/man1/x2goclient.1 index 9d38bdd..7523cdc 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 2023" "Version 4.1.2.3" "X2Go Client (Qt4)" +.TH x2goclient 1 "Jun 2023" "Version 4.1.2.4" "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 a53ce1a..7107e12 100644 --- a/src/version.h +++ b/src/version.h @@ -19,6 +19,6 @@ #ifndef VERSION_H #define VERSION_H -#define VERSION "4.1.2.3" +#define VERSION "4.1.2.4" #endif /* !defined (VERSION_H) */ diff --git a/x2goclient.spec b/x2goclient.spec index 5fd4b27..0b16adf 100644 --- a/x2goclient.spec +++ b/x2goclient.spec @@ -1,5 +1,5 @@ Name: x2goclient -Version: 4.1.2.3 +Version: 4.1.2.4 Release: 0.0x2go1%{?dist} # Default to Qt 4 for now. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git