[X2Go-Commits] [x2goclient] 02/03: increment version
git-admin at x2go.org
git-admin at x2go.org
Fri Apr 11 08:23:18 CEST 2014
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch release/4.0.1.x
in repository x2goclient.
commit 81178663b064bb1880871f347150d53a9487fb5f
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Fri Apr 11 08:22:28 2014 +0200
increment version
---
VERSION | 2 +-
nsis/x2goclient.nsi | 2 +-
version.h | 2 +-
x2goclient.spec | 2 +-
x2goplugin.rc | 10 +++++-----
5 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/VERSION b/VERSION
index d78e043..f510b42 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-4.0.1.4
+4.0.1.5
diff --git a/nsis/x2goclient.nsi b/nsis/x2goclient.nsi
index 0280711..3e0b3c3 100755
--- a/nsis/x2goclient.nsi
+++ b/nsis/x2goclient.nsi
@@ -10,7 +10,7 @@
;General
RequestExecutionLevel admin
- !define VERSION "4.0.1.4-pre01"
+ !define VERSION "4.0.1.5"
Name "x2goclient-${VERSION}"
Caption "x2goclient-${VERSION}"
OutFile "x2goclient-${VERSION}-setup.exe"
diff --git a/version.h b/version.h
index 2a066a6..1bb0b10 100644
--- a/version.h
+++ b/version.h
@@ -15,5 +15,5 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
***************************************************************************/
-#define VERSION "4.0.1.4"
+#define VERSION "4.0.1.5"
diff --git a/x2goclient.spec b/x2goclient.spec
index 6c48065..2f44c56 100644
--- a/x2goclient.spec
+++ b/x2goclient.spec
@@ -1,5 +1,5 @@
Name: x2goclient
-Version: 4.0.1.4
+Version: 4.0.1.5
Release: 0.0x2go1%{?dist}
Summary: X2Go Client application (Qt4)
diff --git a/x2goplugin.rc b/x2goplugin.rc
index e91691f..e807559 100644
--- a/x2goplugin.rc
+++ b/x2goplugin.rc
@@ -1,8 +1,8 @@
1 TYPELIB "x2goplugin.rc"
1 VERSIONINFO
- FILEVERSION 4,0,1,4
- PRODUCTVERSION 4,0,1,4
+ FILEVERSION 4,0,1,5
+ PRODUCTVERSION 4,0,1,5
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -21,13 +21,13 @@ BEGIN
VALUE "FileDescription", "Allows you to start X2Go session in a webbrowser\0"
VALUE "FileExtents", "x2go\0"
VALUE "FileOpenName", "Configuration File for X2Go Session (*.x2go)\0"
- VALUE "FileVersion", "4, 0, 1 ,4\0"
+ VALUE "FileVersion", "4, 0, 1 ,5\0"
VALUE "InternalName", "x2goplugin\0"
VALUE "LegalCopyright", "Copyright � 2010-2013 Obviously Nice\0"
VALUE "MIMEType", "application/x2go\0"
VALUE "OriginalFilename", "npx2goplugin.dll\0"
- VALUE "ProductName", "X2GoClient Plug-in 4.0.1.4\0"
- VALUE "ProductVersion", "4, 0, 1, 4\0"
+ VALUE "ProductName", "X2GoClient Plug-in 4.0.1.5\0"
+ VALUE "ProductVersion", "4, 0, 1, 5\0"
END
END
BLOCK "VarFileInfo"
--
Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
More information about the x2go-commits
mailing list