From: George H. <geo...@us...> - 2013-07-20 20:55:10
|
Update of /cvsroot/win32forth/win32forth-extsrc/extsrc/installer In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv19178 Modified Files: Win32Forth.nsi Log Message: Updated to V6.15.02 Index: Win32Forth.nsi =================================================================== RCS file: /cvsroot/win32forth/win32forth-extsrc/extsrc/installer/Win32Forth.nsi,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** Win32Forth.nsi 11 Mar 2013 00:15:22 -0000 1.16 --- Win32Forth.nsi 20 Jul 2013 20:55:08 -0000 1.17 *************** *** 8,14 **** !define VER_MAJOR 6 !define VER_MINOR 15 ! !define VER_REVISION 01 ! !define VER_DISPLAY "6.15.01" ! !define VER_FILE "61501" !define VER_FOLDER "615xx" --- 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" |