From 0c3b2c38bc497b79a9c88932c92fb2cff98b5e82 Mon Sep 17 00:00:00 2001 From: Keghani Kouzoujian Date: Tue, 23 Aug 2016 17:59:33 +0200 Subject: [PATCH] Update CMakeLists.txt minor version to 5 (#1164) --- cpp/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.