Skip to content

Commit bf19b89

Browse files
committed
Update SQLite reference to latest
Native version to be used has been bumped to 3.8.6
1 parent 0217cf5 commit bf19b89

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.rdoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
=== (in Git)
2+
3+
* Enhancements:
4+
* Windows: build against SQLite 3.8.6. Closes #135 [Hubro]
5+
16
=== 1.3.9 / 2014-02-25
27

38
* Bugfixes:

tasks/native.rake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ require 'rake/extensioncompiler'
55
# NOTE: version used by cross compilation of Windows native extension
66
# It do not affect compilation under other operating systems
77
# The version indicated is the minimum DLL suggested for correct functionality
8-
BINARY_VERSION = "3.7.17"
9-
URL_VERSION = "3071700"
10-
URL_PATH = "/2013"
8+
BINARY_VERSION = "3.8.6"
9+
URL_VERSION = "3080600"
10+
URL_PATH = "/2014"
1111

1212
task :devkit do
1313
begin

0 commit comments

Comments
 (0)