From: Dirk B. <db...@us...> - 2007-07-14 06:07:42
|
Update of /cvsroot/win32forth/win32forth-extsrc/extsrc/installer In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv17953/extsrc/installer Modified Files: Files.nsi Uninstall.nsi Win32Forth.nsi Log Message: New developer Version 6.13 prepared. Index: Files.nsi =================================================================== RCS file: /cvsroot/win32forth/win32forth-extsrc/extsrc/installer/Files.nsi,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Files.nsi 14 Jul 2007 04:56:04 -0000 1.5 --- Files.nsi 14 Jul 2007 06:07:37 -0000 1.6 *************** *** 543,546 **** --- 543,547 ---- File "..\..\..\win32forth\doc\p-relnotes.6.10.htm" File "..\..\..\win32forth\doc\p-relnotes.6.12.htm" + File "..\..\..\win32forth\doc\p-relnotes.6.14.htm" File "..\..\..\win32forth\doc\p-relnotes.htm" File "..\..\..\win32forth\doc\p-structures.htm" Index: Uninstall.nsi =================================================================== RCS file: /cvsroot/win32forth/win32forth-extsrc/extsrc/installer/Uninstall.nsi,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Uninstall.nsi 14 Jul 2007 04:56:04 -0000 1.5 --- Uninstall.nsi 14 Jul 2007 06:07:37 -0000 1.6 *************** *** 513,516 **** --- 513,517 ---- Delete "$INSTDIR\doc\p-relnotes.6.10.htm" Delete "$INSTDIR\doc\p-relnotes.6.12.htm" + Delete "$INSTDIR\doc\p-relnotes.6.14.htm" Delete "$INSTDIR\doc\p-relnotes.htm" Delete "$INSTDIR\doc\p-structures.htm" Index: Win32Forth.nsi =================================================================== RCS file: /cvsroot/win32forth/win32forth-extsrc/extsrc/installer/Win32Forth.nsi,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** Win32Forth.nsi 14 Jul 2007 04:56:04 -0000 1.9 --- Win32Forth.nsi 14 Jul 2007 06:07:37 -0000 1.10 *************** *** 7,14 **** ; Define your application version !define VER_MAJOR 6 ! !define VER_MINOR 12 !define VER_REVISION 00 ! !define VER_DISPLAY "6.12.00" ! !define VER_FILE "61200" ; Define your application name --- 7,14 ---- ; Define your application version !define VER_MAJOR 6 ! !define VER_MINOR 13 !define VER_REVISION 00 ! !define VER_DISPLAY "6.13.00" ! !define VER_FILE "61300" ; Define your application name |