Skip to content

Commit 4778de7

Browse files
committed
Update release notes
1 parent 765a0fa commit 4778de7

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8)
22

33
project(libastphonenumber)
44
set(libastphonenumber_VERSION_MAJOR 1)
5-
set(libastphonenumber_VERSION_MINOR 1)
5+
set(libastphonenumber_VERSION_MINOR 2)
66

77
if(UNIX)
88
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -std=gnu++0x")

debian/changelog

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
libastphonenumber (1.2.0) all; urgency=medium
2+
3+
* Improvment: Remove some char when for some formatting
4+
* Improvement: Review testing section
5+
* Bugfix: Link to the right library version
6+
* Bugfix: Fix debian installation issue between both packages
7+
* Bugfix: Language typo issue
8+
9+
-- Sebastien De Fauw <sdefauw@gmail.com> Mon, 29 Apr 2019 11:18:31 +0200
10+
111
libastphonenumber (1.1.0) all; urgency=low
212

313
* Feature: Embeds a testing binary of the library

0 commit comments

Comments
 (0)