Skip to content

Commit 4a4dd06

Browse files
committed
Version 3.0.2
1 parent 168af02 commit 4a4dd06

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
cmake_minimum_required(VERSION 3.5)
1919

2020
project(libilbc
21-
VERSION 3.0.1
21+
VERSION 3.0.2
2222
DESCRIPTION "WebRTC's implementation of the Internet Low Bitrate Codec (iLBC)"
2323
HOMEPAGE_URL "https://github.com/TimothyGu/libilbc"
2424
LANGUAGES C CXX)

NEWS.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Changes in 3.0.2 (2020-12-18)
2+
-----------------------------
3+
4+
Fixed installation from out-of-tree builds. ([#28]) Thanks to Daniel Bermond
5+
6+
17
Changes in 3.0.1 (2020-12-18)
28
-----------------------------
39

@@ -115,3 +121,5 @@ Changes in 2.0.0 (2014-11-17)
115121
corrected.
116122
- Git metadata for merging from upstream is added for easier merging.
117123
- Travis CI support is added.
124+
125+
[#28]: https://github.com/TimothyGu/libilbc/issues/28

ilbc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ void WebRtcIlbcfix_EncodeImpl(
470470
// Version macros
471471
#define LIBILBC_VERSION_MAJOR 3
472472
#define LIBILBC_VERSION_MINOR 0
473-
#define LIBILBC_VERSION_PATCH 1
473+
#define LIBILBC_VERSION_PATCH 2
474474

475475
// Old type names:
476476
typedef ILBC_DEPRECATED IlbcEncoderInstance iLBC_encinst_t;

0 commit comments

Comments
 (0)