Tag open source release 1.1.9.

PiperOrigin-RevId: 372007801
This commit is contained in:
Victor Costan
2021-05-04 22:28:33 +00:00
parent 9c1be17938
commit 2b63814b15
2 changed files with 2 additions and 2 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.8 LANGUAGES C CXX)
project(Snappy VERSION 1.1.9 LANGUAGES C CXX)
# C++ standard can be overridden when this is used as a sub-project.
if(NOT CMAKE_CXX_STANDARD)