Browse Source

Update cpp CMakeList.txt VERSION from 8.13.0 to 9.0.0. (#3840)

pull/3882/head
Di-Shi Sun 9 months ago
committed by GitHub
parent
commit
c07eecef08
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      cpp/CMakeLists.txt

+ 1
- 1
cpp/CMakeLists.txt View File

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


Loading…
Cancel
Save