From 1c0bed5c85cd95f579bf339d3ef03f1da283234c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Rombauts?= Date: Tue, 10 Nov 2015 18:45:13 +0100 Subject: [PATCH] Update changelog for next release --- CHANGELOG.txt | 7 ++++++- sqlite3/{README.txt => README.md} | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) rename sqlite3/{README.txt => README.md} (89%) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index ff7028b..50f7b1f 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -72,4 +72,9 @@ Version 1.2.0 - September 9 2015 Version 1.3.0 - November 1 2015 Fixed build with Visual Studio 2015 Further improvements to README - Added Backup class \ No newline at end of file + Added Backup class + +Version 1.3.1 - ? 2015 + Swith Linux/Mac build to the provided SQLite3 C library + Update SQLite3 from 3.8.8.3 to latest 3.9.2 (2015-11-02) + Remove warnings diff --git a/sqlite3/README.txt b/sqlite3/README.md similarity index 89% rename from sqlite3/README.txt rename to sqlite3/README.md index ef79bee..7c137b2 100644 --- a/sqlite3/README.txt +++ b/sqlite3/README.md @@ -1,4 +1,4 @@ -"sqlite3.c" and "sqlite3.h" files from sqlite-amalgamation-3090200.zip (SQLite 3.9.2) +"sqlite3.c" and "sqlite3.h" files from sqlite-amalgamation-3090200.zip (SQLite 3.9.2 2015-11-02) Those files are provided for easy setup and compatibility under Windows/Linux/MacOS. They are used by default by the CMake build.