Show
Ignore:
Timestamp:
2007-06-03 23:57:27 (3 years ago)
Author:
fredck
Message:

Merged trunk r220:359 (except [302], [306], [308] and [358]) into branches/versions/2.4.x. Final commit for the pre-release of version 2.4.3 for public testing.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/branches/versions/2.4.x/_dev/build_release.bat

    r239 r361  
    2626 
    2727:: Update this variable for each new release. 
    28 SET RELEASER_VERSION=2.4.2 
     28SET RELEASER_VERSION=2.4.3 Beta 
    2929 
    3030CLS 
     
    3939IF (%RELEASER_PATH%)==() SET RELEASER_PATH=../../fckeditor.release/ 
    4040 
    41 php releaser/fckreleaser.php ../ "%FCK_RELEASER_PATH%" "%RELEASER_VERSION%" 
     41php releaser/fckreleaser.php ../ "%RELEASER_PATH%" "%RELEASER_VERSION%" 
    4242 
    4343:End