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
parent
commit
1f6aff49a6
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
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