Browse Source

CPP: Update version number in CMakeLists and changelog.

pull/567/head
Fredrik Roubert 14 years ago
committed by Mihaela Rosca
parent
commit
2aae9f7da1
2 changed files with 7 additions and 1 deletions
  1. +1
    -1
      cpp/CMakeLists.txt
  2. +6
    -0
      debian/changelog

+ 1
- 1
cpp/CMakeLists.txt View File

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


+ 6
- 0
debian/changelog View File

@ -1,3 +1,9 @@
libphonenumber (3.9) lucid; urgency=low
* Version update.
-- Fredrik Roubert <roubert@google.com> Mon, 26 Sep 2011 15:49:14 +0200
libphonenumber (3.8) unstable; urgency=low
* Initial Debian Package.


Loading…
Cancel
Save