Changeset:
        16e824cf95ec
        
https://sourceforge.net/p/mrbs/hg-code/ci/16e824cf95ec279935af28821febd50b5501814b
Author:
        John Beranek <[email protected]>
Date:
        Fri Sep 18 17:52:31 2015 +0100
Log message:

Tidied comments in versioning code a little.

diffstat:

 web/version.inc     |  2 +-
 web/version_num.inc |  2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs (29 lines):

diff -r b41067f9997a -r 16e824cf95ec web/version.inc
--- a/web/version.inc   Fri Sep 18 13:40:50 2015 +0100
+++ b/web/version.inc   Fri Sep 18 17:52:31 2015 +0100
@@ -5,6 +5,7 @@
 // This should probably be a class, but you can only have protected
 // class members in PHP 5, so we won't bother
 
+// Read the actual version number from a much simpler file
 require_once('version_num.inc');
 
 function get_mrbs_version()
@@ -12,7 +13,6 @@
   global $hg_command;
   global $mrbs_version_number;
 
-  // MRBS developers, make sure to update this string before each release
   $mrbs_version = "MRBS $mrbs_version_number";
 
   if (function_exists('exec') && !function_disabled('exec'))
diff -r b41067f9997a -r 16e824cf95ec web/version_num.inc
--- a/web/version_num.inc       Fri Sep 18 13:40:50 2015 +0100
+++ b/web/version_num.inc       Fri Sep 18 17:52:31 2015 +0100
@@ -1,5 +1,5 @@
 <?php
 
-// $Id$
+// MRBS developers, make sure to update this string before each release
 
 $mrbs_version_number = '1.4.11';

------------------------------------------------------------------------------
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to