[mapguide-commits] r7033 - branches/2.4/Installer/scripts

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue Sep 18 17:59:47 PDT 2012


Author: jng
Date: 2012-09-18 17:59:47 -0700 (Tue, 18 Sep 2012)
New Revision: 7033

Modified:
   branches/2.4/Installer/scripts/mginstallcentos.sh
Log:
Update centos installs script for RC2

Modified: branches/2.4/Installer/scripts/mginstallcentos.sh
===================================================================
--- branches/2.4/Installer/scripts/mginstallcentos.sh	2012-09-18 15:46:03 UTC (rev 7032)
+++ branches/2.4/Installer/scripts/mginstallcentos.sh	2012-09-19 00:59:47 UTC (rev 7033)
@@ -1,12 +1,11 @@
 #!/bin/bash
-#URL="http://download.osgeo.org/mapguide/releases/2.4.0/Beta1"
-URL="http://192.168.0.3/downloads/"
+URL="http://download.osgeo.org/mapguide/releases/2.4.0/RC2/"
 FDOVER_MAJOR_MINOR=3.7
 FDOVER_MAJOR_MINOR_REV=${FDOVER_MAJOR_MINOR}.0
-FDOVER=${FDOVER_MAJOR_MINOR_REV}.6479
+FDOVER=${FDOVER_MAJOR_MINOR_REV}.6577
 MGVER_MAJOR_MINOR=2.4
 MGVER_MAJOR_MINOR_REV=${MGVER_MAJOR_MINOR}.0
-MGVER=${MGVER_MAJOR_MINOR_REV}.6757
+MGVER=${MGVER_MAJOR_MINOR_REV}.6989
 FDO_TARBALL=fdosdk-centos5-${FDOVER}.tgz
 MG_TARBALL=mapguideopensource-${MGVER}.tar.gz
 



More information about the mapguide-commits mailing list