From: George H. <geo...@us...> - 2013-07-21 00:30:18
|
Update of /cvsroot/win32forth/win32forth-extsrc/extsrc/installer In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv27575 Modified Files: Win32Forth.nsi Log Message: Updated to V6.15.03 Index: Win32Forth.nsi =================================================================== RCS file: /cvsroot/win32forth/win32forth-extsrc/extsrc/installer/Win32Forth.nsi,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** Win32Forth.nsi 20 Jul 2013 20:55:08 -0000 1.17 --- Win32Forth.nsi 21 Jul 2013 00:30:16 -0000 1.18 *************** *** 8,14 **** !define VER_MAJOR 6 !define VER_MINOR 15 ! !define VER_REVISION 02 ! !define VER_DISPLAY "6.15.02" ! !define VER_FILE "61502" !define VER_FOLDER "615xx" --- 8,14 ---- !define VER_MAJOR 6 !define VER_MINOR 15 ! !define VER_REVISION 03 ! !define VER_DISPLAY "6.15.03" ! !define VER_FILE "61503" !define VER_FOLDER "615xx" |