Changeset 1952

Show
Ignore:
Timestamp:
05/14/2007 12:28:09 PM (20 months ago)
Author:
xue
Message:

Update for next release.

Location:
trunk
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • trunk/HISTORY

    r1944 r1952  
     1Version 3.1.0 To Be Released 
     2============================ 
     3 
    14Version 3.1.0 RC May 14, 2007 
    25============================= 
  • trunk/build.xml

    r1949 r1952  
    406406      </then> 
    407407    </if> 
     408 
     409    <!-- 
    408410    <exec command="zip ${pkgname}.zip -r ${pkgname}" dir="${build.base.dir}" /> 
    409411    <move file="${build.base.dir}/${pkgname}.zip" todir="${build.dist.dir}" /> 
     412    --> 
    410413 
    411414        <echo>Generating files for pradosoft.com...</echo> 
     
    434437   "${build.src.dir}/editors/Dreamweaver/PRADO.mxp" 
    435438 
    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 
     4392. Use winzip (on Windows) and gzip (on Linux) to generate the compressed 
    442440   release files of the direcotry 
    443441   "${build.src.dir}". 
  • trunk/buildscripts/texbuilder/quickstart/quickstart.tex

    r1857 r1952  
    5353%----------------- TITLE -------------- 
    5454 
    55 \title{\Huge \bfseries PRADO v3.1 RC Quickstart Tutorial 
     55\title{\Huge \bfseries PRADO v3.1.0 Quickstart Tutorial 
    5656    \thanks{Copyright 2005-2007. All Rights Reserved.} 
    5757} 
  • trunk/framework/PradoBase.php

    r1857 r1952  
    6767        public static function getVersion() 
    6868        { 
    69                 return '3.1.0RC'; 
     69                return '3.1.0'; 
    7070        } 
    7171