diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt index f2acd8666..a9d57c278 100644 --- a/cpp/CMakeLists.txt +++ b/cpp/CMakeLists.txt @@ -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.