This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
libphonenumber
mirror of
https://github.com/google/libphonenumber
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
254
Wiki
Activity
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
49733c0b77
commit
c07eecef08
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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"
)
Write
Preview
Loading…
Cancel
Save