We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0217cf5 commit bf19b89Copy full SHA for bf19b89
CHANGELOG.rdoc
@@ -1,3 +1,8 @@
1
+=== (in Git)
2
+
3
+* Enhancements:
4
+ * Windows: build against SQLite 3.8.6. Closes #135 [Hubro]
5
6
=== 1.3.9 / 2014-02-25
7
8
* Bugfixes:
tasks/native.rake
@@ -5,9 +5,9 @@ require 'rake/extensioncompiler'
# NOTE: version used by cross compilation of Windows native extension
# It do not affect compilation under other operating systems
# The version indicated is the minimum DLL suggested for correct functionality
-BINARY_VERSION = "3.7.17"
9
-URL_VERSION = "3071700"
10
-URL_PATH = "/2013"
+BINARY_VERSION = "3.8.6"
+URL_VERSION = "3080600"
+URL_PATH = "/2014"
11
12
task :devkit do
13
begin
0 commit comments