Skip to content

Commit

Permalink
v3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
navaneeth committed Apr 12, 2015
1 parent b2eed5d commit 6dc29ec
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
3.2.2 / Apr 12, 2015
=======================

* Build will add _FORTIFY_SOURCE option
* EMBED_SQLITE build flag. Allows to use SQLite shared library
* Readme is no longer a symlink
* DISABLE_WITHOUT_ROW_ID_OPTIMIZATION compiler flag

3.2.1 / Mar 18, 2015
=======================

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ set(DEPS_LIBRARY_NAME "deps")

set(VARNAM_VERSION_MAJOR 3)
set(VARNAM_VERSION_MINOR 2)
set(VARNAM_VERSION_PATCH 1)
set(VARNAM_VERSION_PATCH 2)

option(EMBED_SQLITE "Embed Sqlite or use the shared library available in the system?" ON)
option(DISABLE_WITHOUT_ROW_ID_OPTIMIZATION "Disable this specific optimization as the SQLite version don't have it" OFF)
Expand Down

0 comments on commit 6dc29ec

Please sign in to comment.