From 00239dfb50f7b1616197af140ce2fcd8d2adb3d6 Mon Sep 17 00:00:00 2001 From: Philippe Liard Date: Wed, 12 Oct 2011 14:56:15 +0000 Subject: [PATCH] CPP: Update version number in CMakeLists and Debian changelog Review URL: http://codereview.appspot.com/5246059 --- cpp/CMakeLists.txt | 4 ++-- debian/changelog | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt index 5910a3eab..5f941eef0 100644 --- a/cpp/CMakeLists.txt +++ b/cpp/CMakeLists.txt @@ -17,8 +17,8 @@ cmake_minimum_required (VERSION 2.8) project (libphonenumber) -set (libphonenumber_VERSION_MAJOR 3) -set (libphonenumber_VERSION_MINOR 9) +set (libphonenumber_VERSION_MAJOR 4) +set (libphonenumber_VERSION_MINOR 0) # Helper functions dealing with finding libraries and programs this library # depends on. diff --git a/debian/changelog b/debian/changelog index 0480599c9..a892c7314 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libphonenumber (4.0) lucid; urgency=low + + * Version update. + + -- Fredrik Roubert Wed, 12 Oct 2011 16:17:14 +0200 + libphonenumber (3.9) lucid; urgency=low * Version update.