[X2Go-Commits] [x2goclient] 02/05: misc: bump to version 4.1.0.0.

git-admin at x2go.org git-admin at x2go.org
Thu Jan 19 13:55:03 CET 2017


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch bugfix/osx
in repository x2goclient.

commit 34ea213ae46a5a80cdc55e7bbea01cd85627f991
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Thu Jan 19 13:24:03 2017 +0100

    misc: bump to version 4.1.0.0.
---
 VERSION                                       |    2 +-
 debian/changelog                              |   10 +++++-----
 man/man1/x2goclient.1                         |    2 +-
 src/version.h                                 |    2 +-
 x2gobrowserplugin-2.4_1/src/res/x2goplugin.rc |    8 ++++----
 x2goclient.spec                               |    2 +-
 6 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/VERSION b/VERSION
index e383f91..16f4c78 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-4.0.5.3
+4.1.0.0
diff --git a/debian/changelog b/debian/changelog
index 0bb73b9..647ae7b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,7 @@
-x2goclient (4.0.5.3-0x2go1) UNRELEASED; urgency=medium
+x2goclient (4.1.0.0-0x2go1) UNRELEASED; urgency=medium
 
   [ Mihai Moldovan ]
-  * New upstream version (4.0.5.3):
+  * New upstream version (4.1.0.0):
     - src/sessionbutton.cpp: replace drop down menu button on session buttons
       with a more prominent, bigger settings gear icon. Requested for
       visibility.
@@ -542,7 +542,7 @@ x2goclient (4.0.5.3-0x2go1) UNRELEASED; urgency=medium
     - res/i18n/: refresh translation files.
 
   [ Bernard Cafarelli ]
-  * New upstream version (4.0.5.3):
+  * New upstream version (4.1.0.0):
     - {res/,x2goclient.pro}: rename .rcc files to .qrc. Fixes: #1096. "rcc" is
       the extension for compiled resource files, whereas "qrc" is the mapping
       file. Qt5 stumbles upon that - i.e., it doesn't try to compile files
@@ -551,12 +551,12 @@ x2goclient (4.0.5.3-0x2go1) UNRELEASED; urgency=medium
       correctly committed.
 
   [ Jason Alavaliant ]
-  * New upstream version (4.0.5.3):
+  * New upstream version (4.1.0.0):
     - src/{onmainwindow.{cpp,h},help.cpp}: modify autostart option to support
       multiple autostart apps at the same time. Fixes: #1024.
 
   [ Oleksandr Shneyder ]
-  * New upstream version (4.0.5.3):
+  * New upstream version (4.1.0.0):
     - src/onmainwindow.cpp: fix SSHFS on Windows client. Fixes: #1105.
 
  -- X2Go Release Manager <git-admin at x2go.org>  Mon, 19 Sep 2016 09:07:07 +0200
diff --git a/man/man1/x2goclient.1 b/man/man1/x2goclient.1
index e8f2aed..d818576 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 "Sep 2016" "Version 4.0.5.3" "X2Go Client (Qt4)"
+.TH x2goclient 1 "Sep 2016" "Version 4.1.0.0" "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 9864379..bf362a1 100644
--- a/src/version.h
+++ b/src/version.h
@@ -19,6 +19,6 @@
 #ifndef VERSION_H
 #define VERSION_H
 
-#define VERSION "4.0.5.3"
+#define VERSION "4.1.0.0"
 
 #endif /* !defined (VERSION_H) */
diff --git a/x2gobrowserplugin-2.4_1/src/res/x2goplugin.rc b/x2gobrowserplugin-2.4_1/src/res/x2goplugin.rc
index 5b0f977..cdbfc78 100644
--- a/x2gobrowserplugin-2.4_1/src/res/x2goplugin.rc
+++ b/x2gobrowserplugin-2.4_1/src/res/x2goplugin.rc
@@ -1,8 +1,8 @@
 1 TYPELIB "x2goplugin.rc"
 
 1 VERSIONINFO
- FILEVERSION 4.0.5.3
- PRODUCTVERSION 4.0.5.3
+ FILEVERSION 4.1.0.0
+ PRODUCTVERSION 4.1.0.0
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
  FILEFLAGS 0x1L
@@ -26,8 +26,8 @@ BEGIN
             VALUE "LegalCopyright", "Copyright � 2010-2016 X2Go Project\0"
             VALUE "MIMEType", "application/x2go\0"
             VALUE "OriginalFilename", "npx2goplugin.dll\0"
-            VALUE "ProductName", "X2GoClient Plug-in 4.0.5.3\0"
-            VALUE "ProductVersion", "4, 0, 5, 3\0"
+            VALUE "ProductName", "X2GoClient Plug-in 4.1.0.0\0"
+            VALUE "ProductVersion", "4, 1, 0, 0\0"
         END
     END
     BLOCK "VarFileInfo"
diff --git a/x2goclient.spec b/x2goclient.spec
index 30d1bb9..2a83691 100644
--- a/x2goclient.spec
+++ b/x2goclient.spec
@@ -1,5 +1,5 @@
 Name:           x2goclient
-Version:        4.0.5.3
+Version:        4.1.0.0
 Release:        0.0x2go1%{?dist}
 Summary:        X2Go Client application (Qt4)
 

--
Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git


More information about the x2go-commits mailing list