Index: scriptlibs/machelp/help.txt ================================================================== --- scriptlibs/machelp/help.txt +++ scriptlibs/machelp/help.txt @@ -117,10 +117,14 @@ * TkDND for drag and drop. Website and license: [http://sourceforge.net/projects/tkdnd/]. ------------------- title: TextSweep Version History alias: History + +'''4.2 (April 20, 2018):''' + * Migrate to new source code server. + * Minor bug fixes. '''4.1 (February 20, 2018):''' * Improved resizing of main window for efficient UI. * Removal of console on Windows. Index: scriptlibs/textsweep/textsweep-main.tcl ================================================================== --- scriptlibs/textsweep/textsweep-main.tcl +++ scriptlibs/textsweep/textsweep-main.tcl @@ -102,11 +102,11 @@ aboutWindow } proc aboutWindow {} { - tk_messageBox -parent . -icon info -title "About TextSweep" -message "TextSweep: Search and Replace Tool" -detail "Version 4.1\n(c) 2018 WordTech Communications LLC" + tk_messageBox -parent . -icon info -title "About TextSweep" -message "TextSweep: Search and Replace Tool" -detail "Version 4.2\n(c) 2018 WordTech Communications LLC" } #check file list to ensure existence @@ -622,11 +622,11 @@ global appname global appversion global datadir global cachedir - appname::setAppName TextSweep 4.1 + appname::setAppName TextSweep 4.2 set datadir [xplat::appconfig TextSweep] makeImage Index: versioninfo.rc ================================================================== --- versioninfo.rc +++ versioninfo.rc @@ -1,21 +1,21 @@ 1 VERSIONINFO -FILEVERSION 4, 1, 0, 0 -PRODUCTVERSION 4, 1, 0, 0 +FILEVERSION 4, 2, 0, 0 +PRODUCTVERSION 4, 2, 0, 0 FILEOS 4 FILETYPE 1 { BLOCK "StringFileInfo" { BLOCK "040904E4" { VALUE "FileDescription", "Powerful search and replace" VALUE "OriginalFilename", "TextSweep" VALUE "CompanyName", "WordTech Communications LLC" - VALUE "FileVersion", "4.1.0" + VALUE "FileVersion", "4.2.0" VALUE "LegalCopyright", "(c) 2018 WordTech Communications LLc" VALUE "ProductName", "TextSweep" - VALUE "ProductVersion", "4.1.0" + VALUE "ProductVersion", "4.2.0" } } BLOCK "VarFileInfo" { VALUE "Translation", 0x409, 1252 } }