This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch bugfix/help-cmd in repository x2goclient. at 3cba555 src/version.h: add include guard. This branch includes the following new commits: new 3cba555 src/version.h: add include guard. 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. -- 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 bugfix/help-cmd in repository x2goclient. commit 3cba55551d29187c22c985e56f53ffdabcd3567c Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Apr 22 06:56:30 2015 +0200 src/version.h: add include guard. --- debian/changelog | 1 + src/version.h | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index 14a7787..6c25c06 100644 --- a/debian/changelog +++ b/debian/changelog @@ -257,6 +257,7 @@ x2goclient (4.0.4.0-0x2go1) UNRELEASED; urgency=low were not correctly updated. Fixes: #828. - onmainwindow.cpp: quote commands for generating pulse-client.conf correctly, add more quotes and use absolute file path for pulse cookie. + - version.h: add include guard. [ Fernando Pedemonte ] * New upstream release (4.0.4.0): diff --git a/src/version.h b/src/version.h index 114561b..9af7acd 100644 --- a/src/version.h +++ b/src/version.h @@ -1,6 +1,7 @@ /************************************************************************** * Copyright (C) 2005-2015 by Oleksandr Shneyder * * o.shneyder@phoca-gmbh.de * +* Copyright (C) 2015 by Mihai Moldovan <ionic@ionic.de> * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -15,5 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. * ***************************************************************************/ +#ifndef VERSION_H +#define VERSION_H + #define VERSION "4.0.4.0" +#endif /* !defined (VERSION_H) */ -- Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git