Changeset 1952
- Timestamp:
- 05/14/2007 12:28:09 PM (20 months ago)
- Location:
- trunk
- Files:
-
- 4 modified
-
HISTORY (modified) (1 diff)
-
build.xml (modified) (2 diffs)
-
buildscripts/texbuilder/quickstart/quickstart.tex (modified) (1 diff)
-
framework/PradoBase.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/HISTORY
r1944 r1952 1 Version 3.1.0 To Be Released 2 ============================ 3 1 4 Version 3.1.0 RC May 14, 2007 2 5 ============================= -
trunk/build.xml
r1949 r1952 406 406 </then> 407 407 </if> 408 409 <!-- 408 410 <exec command="zip ${pkgname}.zip -r ${pkgname}" dir="${build.base.dir}" /> 409 411 <move file="${build.base.dir}/${pkgname}.zip" todir="${build.dist.dir}" /> 412 --> 410 413 411 414 <echo>Generating files for pradosoft.com...</echo> … … 434 437 "${build.src.dir}/editors/Dreamweaver/PRADO.mxp" 435 438 436 2. If building on Linux, the CHM doc file needs to be generated by compiling 437 "${build.doc.dir}/manual/CHMdefaultConverter/phpdoc.hhp" 438 and saving the generated file as 439 "${build.src.dir}/docs/manual.chm" 440 441 3. Use winzip (on Windows) and gzip (on Linux) to generate the compressed 439 2. Use winzip (on Windows) and gzip (on Linux) to generate the compressed 442 440 release files of the direcotry 443 441 "${build.src.dir}". -
trunk/buildscripts/texbuilder/quickstart/quickstart.tex
r1857 r1952 53 53 %----------------- TITLE -------------- 54 54 55 \title{\Huge \bfseries PRADO v3.1 RCQuickstart Tutorial55 \title{\Huge \bfseries PRADO v3.1.0 Quickstart Tutorial 56 56 \thanks{Copyright 2005-2007. All Rights Reserved.} 57 57 } -
trunk/framework/PradoBase.php
r1857 r1952 67 67 public static function getVersion() 68 68 { 69 return '3.1.0 RC';69 return '3.1.0'; 70 70 } 71 71
