Skip to content

Commit b02bfa7

Browse files
committed
Tag open source release 1.1.7.
1 parent 824e671 commit b02bfa7

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.1)
2-
project(Snappy VERSION 1.1.6 LANGUAGES C CXX)
2+
project(Snappy VERSION 1.1.7 LANGUAGES C CXX)
33

44
# BUILD_SHARED_LIBS is a standard CMake variable, but we declare it here to make
55
# it prominent in the GUI.

NEWS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Snappy v1.1.7, August 24th 2017:
2+
3+
* Improved CMake build support for 64-bit Linux distributions.
4+
5+
* MSVC builds now use MSVC-specific intrinsics that map to clzll.
6+
7+
* ARM64 (AArch64) builds use the code paths optimized for 64-bit processors.
8+
19
Snappy v1.1.6, July 12th 2017:
210

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

0 commit comments

Comments
 (0)