[X2go-Commits] x2goclient.git - release/4.0.0.x (branch) updated: 4.0.0.2-1-g2d37d60

X2Go dev team git-admin at x2go.org
Wed Feb 13 14:34:40 CET 2013


The branch, release/4.0.0.x has been updated
       via  2d37d608452ade797ff5ace47db44cde28edf14d (commit)
      from  7bf7bd92b0f2935bdac590e62519827ac6e86b95 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 2d37d608452ade797ff5ace47db44cde28edf14d
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Wed Feb 13 14:36:44 2013 +0100

    Fix version in version.h, VERSION and x2goplugin.rc.

-----------------------------------------------------------------------

Summary of changes:
 VERSION          |    2 +-
 debian/changelog |    6 ++++++
 version.h        |    2 +-
 x2goplugin.rc    |   10 +++++-----
 4 files changed, 13 insertions(+), 7 deletions(-)

The diff of changes is:
diff --git a/VERSION b/VERSION
index bbf753a..3ab15cd 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-4.0.0.1
+4.0.0.3
diff --git a/debian/changelog b/debian/changelog
index 4ef406e..6d20e18 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+x2goclient (4.0.0.3-0~x2go1) UNRELEASED; urgency=low
+
+  * Fix version in version.h, VERSION and x2goplugin.rc.
+
+ -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>  Wed, 13 Feb 2013 14:35:58 +0100
+
 x2goclient (4.0.0.2-0~x2go1) unstable; urgency=low
 
   [ Mike Gabriel ]
diff --git a/version.h b/version.h
index a8921eb..b44511f 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.0.1"
+#define VERSION "4.0.0.3"
 
diff --git a/x2goplugin.rc b/x2goplugin.rc
index 4939012..70eccaf 100644
--- a/x2goplugin.rc
+++ b/x2goplugin.rc
@@ -1,8 +1,8 @@
 1 TYPELIB "x2goplugin.rc"
 
 1 VERSIONINFO
- FILEVERSION 4,0,0,1
- PRODUCTVERSION 4,0,0,1
+ FILEVERSION 4,0,0,3
+ PRODUCTVERSION 4,0,0,3
  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, 0 ,1\0"
+            VALUE "FileVersion", "4, 0, 0 ,3\0"
             VALUE "InternalName", "x2goplugin\0"
             VALUE "LegalCopyright", "Copyright © 2010-2012 Obviously Nice\0"
 	    VALUE "MIMEType", "application/x2go\0"
             VALUE "OriginalFilename", "npx2goplugin.dll\0"
-            VALUE "ProductName", "X2GoClient Plug-in 4.0.0.1\0"
-            VALUE "ProductVersion", "4, 0, 0, 1\0"
+            VALUE "ProductName", "X2GoClient Plug-in 4.0.0.3\0"
+            VALUE "ProductVersion", "4, 0, 0, 3\0"
         END
     END
     BLOCK "VarFileInfo"


hooks/post-receive
-- 
x2goclient.git (X2Go Client)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "x2goclient.git" (X2Go Client).




More information about the x2go-commits mailing list