Tag open source release 1.1.8.

PiperOrigin-RevId: 289675084
This commit is contained in:
Victor Costan 2020-01-14 10:05:25 -08:00 committed by Victor Costan
parent b5477a8457
commit 537f4ad624
2 changed files with 9 additions and 1 deletions

View File

@ -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)

8
NEWS
View File

@ -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.