System.Data.SQLite

Check-in [2e774ed76d]
Login

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: 2e774ed76d43d6b12a5d2e450949c1529b07b889
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
Unified Diff Ignore Whitespace Patch
Changes to Setup/set_common.bat.
20
21
22
23
24
25
26
27
28
)

IF NOT DEFINED PROCESSORS (
  SET PROCESSORS=x86 x64
)

IF NOT DEFINED YEARS (
  SET YEARS=2008
)







|

20
21
22
23
24
25
26
27
28
)

IF NOT DEFINED PROCESSORS (
  SET PROCESSORS=x86 x64
)

IF NOT DEFINED YEARS (
  SET YEARS=2010
)