Skip to content

Commit

Permalink
Tag open source release 1.1.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
pwnall committed Aug 24, 2017
1 parent 824e671 commit b02bfa7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.1)
project(Snappy VERSION 1.1.6 LANGUAGES C CXX)
project(Snappy VERSION 1.1.7 LANGUAGES C CXX)

# BUILD_SHARED_LIBS is a standard CMake variable, but we declare it here to make
# it prominent in the GUI.
Expand Down
8 changes: 8 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Snappy v1.1.7, August 24th 2017:

* Improved CMake build support for 64-bit Linux distributions.

* MSVC builds now use MSVC-specific intrinsics that map to clzll.

* ARM64 (AArch64) builds use the code paths optimized for 64-bit processors.

Snappy v1.1.6, July 12th 2017:

This is a re-release of v1.1.5 with proper SONAME / SOVERSION values.
Expand Down

0 comments on commit b02bfa7

Please sign in to comment.