Browse Source

Update CMakeLists.txt minor version to 5 (#1164)

pull/1287/head
Keghani Kouzoujian 9 years ago
committed by lararennie
parent
commit
0c3b2c38bc
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      cpp/CMakeLists.txt

+ 1
- 1
cpp/CMakeLists.txt View File

@ -18,7 +18,7 @@ cmake_minimum_required (VERSION 2.8)
project (libphonenumber)
set (libphonenumber_VERSION_MAJOR 7)
set (libphonenumber_VERSION_MINOR 0)
set (libphonenumber_VERSION_MINOR 5)
# Helper functions dealing with finding libraries and programs this library
# depends on.


Loading…
Cancel
Save