From: George H. <geo...@us...> - 2013-08-14 18:04:33
|
Update of /cvsroot/win32forth/win32forth-extsrc/extsrc/installer In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv14216 Modified Files: Tag: v614xx Win32Forth.nsi Log Message: Updated to version 6.14.04 Index: Win32Forth.nsi =================================================================== RCS file: /cvsroot/win32forth/win32forth-extsrc/extsrc/installer/Win32Forth.nsi,v retrieving revision 1.14.2.1 retrieving revision 1.14.2.2 diff -C2 -d -r1.14.2.1 -r1.14.2.2 *** Win32Forth.nsi 30 Mar 2013 20:54:57 -0000 1.14.2.1 --- Win32Forth.nsi 14 Aug 2013 18:04:30 -0000 1.14.2.2 *************** *** 8,14 **** !define VER_MAJOR 6 !define VER_MINOR 14 ! !define VER_REVISION 02 ! !define VER_DISPLAY "6.14.03" ! !define VER_FILE "61403" ; Define your application name --- 8,14 ---- !define VER_MAJOR 6 !define VER_MINOR 14 ! !define VER_REVISION 04 ! !define VER_DISPLAY "6.14.04" ! !define VER_FILE "61404" ; Define your application name |