Browse Source
Update cpp CMakeList.txt VERSION from 8.13.0 to 9.0.0. (#3840)
pull/3841/head
Di-Shi Sun
9 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
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") |
|
|
|
|