317 | | 2. Right click on the file {{{c:\temp\GRASS-Installer.nsi}}} and select Compile NSIS Script. |
318 | | |
319 | | 3. When finished, you should have the WinGRASS release installer in {{{c:\temp}}}. |
| 317 | 2. Update SVN revision number (see {{{svn info}}}), e.g. change |
| 318 | |
| 319 | {{{ |
| 320 | !define DEV65_SVN_REVISION "36599" |
| 321 | }}} |
| 322 | |
| 323 | to |
| 324 | |
| 325 | {{{ |
| 326 | !define DEV65_SVN_REVISION "40505" |
| 327 | }}} |
| 328 | |
| 329 | 3. Right click on the file {{{c:\temp\GRASS-Installer.nsi}}} and select Compile NSIS Script. |
| 330 | |
| 331 | 4. When finished, you should have the WinGRASS release installer in {{{c:\temp}}}. |