Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Update assembly version numbers. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
0af86812bf818d2116b34389e4c9b96d |
User & Date: | shaneh 2011-04-13 19:13:33.332 |
Context
2011-04-13
| ||
19:21 | Merge accidental fork. check-in: 44fd97125e user: shaneh tags: trunk | |
19:13 | Update assembly version numbers. check-in: 0af86812bf user: shaneh tags: trunk | |
02:57 | More updates to features list. check-in: 62f4222cb5 user: shaneh tags: trunk | |
Changes
Changes to System.Data.SQLite.Linq/AssemblyInfo.cs.
︙ | ︙ | |||
32 33 34 35 36 37 38 | // Minor Version // Build Number // Revision // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] | | | | 32 33 34 35 36 37 38 39 40 | // Minor Version // Build Number // Revision // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0.69.0")] [assembly: AssemblyFileVersion("1.0.69.0")] |
Changes to System.Data.SQLite/AssemblyInfo.cs.
︙ | ︙ | |||
51 52 53 54 55 56 57 | // Major Version // Minor Version // Build Number // Revision // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: | | | | 51 52 53 54 55 56 57 58 59 60 61 | // Major Version // Minor Version // Build Number // Revision // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: [assembly: AssemblyVersion("1.0.69.0")] #if !PLATFORM_COMPACTFRAMEWORK [assembly: AssemblyFileVersion("1.0.69.0")] #endif |