From 1f6aff49a631fecaa4268518ad5b8899e45b7755 Mon Sep 17 00:00:00 2001 From: Di-Shi Sun Date: Tue, 18 Mar 2025 04:56:29 -0400 Subject: [PATCH] Update cpp CMakeList.txt VERSION from 8.13.0 to 9.0.0. (#3840) --- cpp/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt index 96def5c8f..27e4680cc 100644 --- a/cpp/CMakeLists.txt +++ b/cpp/CMakeLists.txt @@ -16,7 +16,7 @@ cmake_minimum_required (VERSION 3.11) -project (libphonenumber VERSION 8.13.0) +project (libphonenumber VERSION 9.0.0) if (32BIT) set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -m32")