r19650 - htdocs/trunk - Added back unstable Mac PPC, Fixed unstable intel file name.

John Ralls jralls at code.gnucash.org
Tue Oct 12 14:24:26 EDT 2010


Author: jralls
Date: 2010-10-12 14:24:26 -0400 (Tue, 12 Oct 2010)
New Revision: 19650
Trac: http://svn.gnucash.org/trac/changeset/19650

Modified:
   htdocs/trunk/download.phtml
   htdocs/trunk/externals/global_params.php
Log:
Added back unstable Mac PPC, Fixed unstable intel file name.

Modified: htdocs/trunk/download.phtml
===================================================================
--- htdocs/trunk/download.phtml	2010-10-12 17:31:31 UTC (rev 19649)
+++ htdocs/trunk/download.phtml	2010-10-12 18:24:26 UTC (rev 19650)
@@ -45,7 +45,7 @@
 
 <ul>
   <li><?php printf (T_("GnuCash %s for"), $latest_unstable)?> <a href="<?php echo $download_path.$latest_unstable_win;?>">Microsoft Windows XP/Vista/7</a></li>
-  <li><?php printf (T_("GnuCash %s for"), $latest_unstable)?> Mac OS X <a href="<?php echo $download_path.$latest_unstable_mac_intel;?>">Intel</a> | <a href="http://wiki.gnucash.org/wiki/MacOSX/<?php echo $latest_unstable;?>/Readme">Readme</a></li>
+  <li><?php printf (T_("GnuCash %s for"), $latest_unstable)?> Mac OS X <a href="<?php echo $download_path.$latest_unstable_mac_intel;?>">Intel</a> | <a href="<?php echo $download_path.$latest_unstable_mac_ppc;?>">PPC</a> | <a href="http://wiki.gnucash.org/wiki/MacOSX/<?php echo $latest_unstable;?>/Readme">Readme</a></li>
   <li><a href="<?php echo $download_path.$latest_unstable_source;?>">bzip2 compressed tarball</a> <?php printf (T_("for GnuCash %s"), $latest_unstable)?></li>
 </ul>
 

Modified: htdocs/trunk/externals/global_params.php
===================================================================
--- htdocs/trunk/externals/global_params.php	2010-10-12 17:31:31 UTC (rev 19649)
+++ htdocs/trunk/externals/global_params.php	2010-10-12 18:24:26 UTC (rev 19650)
@@ -9,7 +9,7 @@
 
      $latest_unstable           = "2.3.15";
      $latest_unstable_win       = $latest_unstable;
-     $latest_unstable_mac_ppc   = "2.3.9";
+     $latest_unstable_mac_ppc   = $latest_unstable.".3";
      $latest_unstable_mac_intel = $latest_unstable.".3";
 
      // The definitions below use the latest version definitions above
@@ -28,7 +28,7 @@
      $latest_unstable_path=$unstable_path.$latest_unstable."/";
      
      $latest_unstable_win="gnucash-".$latest_unstable_win."-setup.exe";
-     $latest_unstable_mac_intel="Gnucash-Intel-".$latest_unstable_mac_intel.".dmg";
+     $latest_unstable_mac_intel="Gnucash Intel ".$latest_unstable_mac_intel.".dmg";
      $latest_unstable_mac_ppc="Gnucash-PPC-".$latest_unstable_mac_ppc.".dmg";
      $latest_unstable_source="gnucash-".$latest_unstable.".tar.bz2";
      



More information about the gnucash-changes mailing list