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)