Commit ffa167d 1 parent 2970c04 commit ffa167d Copy full SHA for ffa167d
File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
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 2 )
5
+ set (libastphonenumber_VERSION_MINOR 3 )
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.3.0) all; urgency=medium
2
+
3
+ * Feature: Support short code checks on 'IS_VALID_NUM' function #4
4
+
5
+ -- Sebastien De Fauw <sdefauw@gmail.com> Thu, 09 Jul 2020 14:04:30 +0200
6
+
1
7
libastphonenumber (1.2.1) all; urgency=medium
2
8
3
9
* Bugfix: Segfault when using NUM_INFO without all required arguments
@@ -6,7 +12,7 @@ libastphonenumber (1.2.1) all; urgency=medium
6
12
7
13
libastphonenumber (1.2.0) all; urgency=medium
8
14
9
- * Improvment : Remove some char when for some formatting
15
+ * Improvement : Remove some char when for some formatting
10
16
* Improvement: Review testing section
11
17
* Bugfix: Link to the right library version
12
18
* Bugfix: Fix debian installation issue between both packages
You can’t perform that action at this time.
0 commit comments