Changeset 161

Show
Ignore:
Timestamp:
2007-02-24 21:05:39 (21 months ago)
Author:
fredck
Message:

Introducing the FCKreleaser in the _dev tools.

Location:
FCKeditor/trunk
Files:
5 added
2 removed
3 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/editor/dialog/fck_about.html

    r132 r161  
    7979                                                                <span fcklang="DlgAboutVersion">version</span> 
    8080                                                                <br /> 
    81                                                                 <b>2.4.1 (SVN)</b><br /> 
    82                                                                 Build 1156</td> 
     81                                                                <b>[Development]</b><br /> 
     82                                                                Build [DEV]</td> 
    8383                                                </tr> 
    8484                                        </table> 
  • FCKeditor/trunk/editor/_source/fckeditorapi.js

    r132 r161  
    3737                var sScript = 
    3838                        'var FCKeditorAPI = {' + 
    39                                 'Version : "2.4.1 (SVN)",' + 
    40                                 'VersionBuild : "1156",' + 
     39                                'Version : "[Development]",' + 
     40                                'VersionBuild : "[DEV]",' + 
    4141                                '__Instances : new Object(),' + 
    4242 
  • FCKeditor/trunk/fckeditor.js

    r132 r161  
    4949} 
    5050 
    51 FCKeditor.prototype.Version                     = '2.4.1 (SVN)' ; 
    52 FCKeditor.prototype.VersionBuild        = '1156' ; 
     51FCKeditor.prototype.Version                     = '[Development]' ; 
     52FCKeditor.prototype.VersionBuild        = '[DEV]' ; 
    5353 
    5454FCKeditor.prototype.Create = function()