Index: Doc/Extra/dbfactorysupport.html ================================================================== --- Doc/Extra/dbfactorysupport.html +++ Doc/Extra/dbfactorysupport.html @@ -83,11 +83,11 @@ <DbProviderFactories> <remove invariant="System.Data.SQLite"/> <add name="SQLite Data Provider" invariant="System.Data.SQLite" description=".Net Framework Data Provider for SQLite" type="System.Data.SQLite.SQLiteFactory, System.Data.SQLite, - Version=1.0.82.0, Culture=neutral, + Version=1.0.83.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139"/> </DbProviderFactories> </system.data> </configuration> Index: Doc/Extra/welcome.html ================================================================== --- Doc/Extra/welcome.html +++ Doc/Extra/welcome.html @@ -158,11 +158,11 @@
Both the System.Data.SQLite.DLL and SQLite.Interop.XXX.DLL files must be deployed on the Compact Framework. The XXX is the build number of - the System.Data.SQLite library (e.g. "082"). The + the System.Data.SQLite library (e.g. "083"). The SQLite.Interop.XXX.DLL file is a fully native assembly compiled for the ARM processor, and System.Data.SQLite is the fully-managed Compact Framework assembly.
Index: test/AssemblyInfo.cs
==================================================================
--- test/AssemblyInfo.cs
+++ test/AssemblyInfo.cs
@@ -36,7 +36,7 @@
// Major Version
// Minor Version
// Build Number
// Revision
//
-[assembly: AssemblyVersion("1.0.82.0")]
-[assembly: AssemblyFileVersion("1.0.82.0")]
+[assembly: AssemblyVersion("1.0.83.0")]
+[assembly: AssemblyFileVersion("1.0.83.0")]
Index: test/app.config
==================================================================
--- test/app.config
+++ test/app.config
@@ -1,8 +1,8 @@