Commit 4778de7 1 parent 765a0fa commit 4778de7 Copy full SHA for 4778de7
File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8)
2
2
3
3
project (libastphonenumber)
4
4
set (libastphonenumber_VERSION_MAJOR 1)
5
- set (libastphonenumber_VERSION_MINOR 1 )
5
+ set (libastphonenumber_VERSION_MINOR 2 )
6
6
7
7
if (UNIX )
8
8
SET (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -std=gnu++0x" )
Original file line number Diff line number Diff line change
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
+
1
11
libastphonenumber (1.1.0) all; urgency=low
2
12
3
13
* Feature: Embeds a testing binary of the library
You can’t perform that action at this time.
0 commit comments