Skip to content

Commit

Permalink
Tag open source release 1.1.8.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 289675084
  • Loading branch information
pwnall committed Jan 14, 2020
1 parent b5477a8 commit 537f4ad
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
Expand Up @@ -27,7 +27,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

cmake_minimum_required(VERSION 3.1)
project(Snappy VERSION 1.1.7 LANGUAGES C CXX)
project(Snappy VERSION 1.1.8 LANGUAGES C CXX)

# C++ standard can be overridden when this is used as a sub-project.
if(NOT CMAKE_CXX_STANDARD)
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.8, January 15th 2020:

* Small performance improvements.

* Removed snappy::string alias for std::string.

* Improved CMake configuration.

Snappy v1.1.7, August 24th 2017:

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

2 comments on commit 537f4ad

@laobeijing2018
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How to support Android?

@pwnall
Copy link
Member Author

@pwnall pwnall commented on 537f4ad May 3, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CMake has cross-compilation support for Android.

Please sign in to comment.