Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Change default from 2008 to 2010. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
2e774ed76d43d6b12a5d2e450949c152 |
User & Date: | shaneh 2011-05-02 03:13:26.202 |
Context
2011-05-02
| ||
03:14 | Update the version number to 1.0.72.0. check-in: 65198897c0 user: shaneh tags: trunk | |
03:13 | Change default from 2008 to 2010. check-in: 2e774ed76d user: shaneh tags: trunk | |
02:59 | Remove the need to set the version for the Inno setup packages. check-in: 315f26a68d user: shaneh tags: trunk | |
Changes
Changes to Setup/set_common.bat.
︙ | ︙ | |||
20 21 22 23 24 25 26 | ) IF NOT DEFINED PROCESSORS ( SET PROCESSORS=x86 x64 ) IF NOT DEFINED YEARS ( | | | 20 21 22 23 24 25 26 27 28 | ) IF NOT DEFINED PROCESSORS ( SET PROCESSORS=x86 x64 ) IF NOT DEFINED YEARS ( SET YEARS=2010 ) |