Browse Source

Update cpp CMakeList.txt VERSION from 8.13.0 to 9.0.0.

pull/3840/head
Di-Shi Sun 10 months ago
parent
commit
63f9dedd02
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) cmake_minimum_required (VERSION 3.11)
project (libphonenumber VERSION 8.13.0)
project (libphonenumber VERSION 9.0.0)
if (32BIT) if (32BIT)
set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -m32") set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -m32")


Loading…
Cancel
Save