Author: mkratt Date: 2008-02-08 12:53:31 -0800 (Fri, 08 Feb 2008) New Revision: 7988
Modified: openlaszlo/trunk/build.properties Log: Fixing problem with the installer, revision needs to be 4.1.x for now Modified: openlaszlo/trunk/build.properties =================================================================== --- openlaszlo/trunk/build.properties 2008-02-08 18:55:24 UTC (rev 7987) +++ openlaszlo/trunk/build.properties 2008-02-08 20:53:31 UTC (rev 7988) @@ -3,11 +3,11 @@ #LPS things # LPS_NAME = OpenLaszlo -version.id = 4.1 -version.id.upper = 4.1 +version.id = 4.1.x +version.id.upper = 4.1.x # Set this in a release to the release name release = RingDing -release.id = 4.1 RC +release.id = 4.1.x Latest # Set this in a release to the release build # Otherwise an ant task will compute it from svn #build.id _______________________________________________ Laszlo-checkins mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins
