CPP: Update version number in CMakeLists and Debian changelog
authorphilip.liard@gmail.com <philip.liard@gmail.com@ee073f10-1060-11df-b6a4-87a95322a99c>
Wed, 12 Oct 2011 14:56:15 +0000 (14:56 +0000)
committerphilip.liard@gmail.com <philip.liard@gmail.com@ee073f10-1060-11df-b6a4-87a95322a99c>
Wed, 12 Oct 2011 14:56:15 +0000 (14:56 +0000)
Review URL: http://codereview.appspot.com/5246059

git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@369 ee073f10-1060-11df-b6a4-87a95322a99c

cpp/CMakeLists.txt
debian/changelog

index 5910a3e..5f941ee 100644 (file)
@@ -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.
index 0480599..a892c73 100644 (file)
@@ -1,3 +1,9 @@
+libphonenumber (4.0) lucid; urgency=low
+
+  * Version update.
+
+ -- Fredrik Roubert <roubert@google.com>  Wed, 12 Oct 2011 16:17:14 +0200
+
 libphonenumber (3.9) lucid; urgency=low
 
   * Version update.