From e2d84c12b41419b5a051d16b39e4510b4b552065 Mon Sep 17 00:00:00 2001 From: Jared Szechy Date: Fri, 8 Jan 2016 12:26:23 -0500 Subject: [PATCH] Bump version to v1.3.0 --- CHANGELOG | 5 +++++ README.md | 2 +- mbelib.h | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 4f835b5..b8e9d61 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +1.3.0: + Initial DSTAR AMBE support + Fixed random number generator + Several bug fixes and optimizations + 1.2.5 Use CMake: The cross platform building was getting hard to maintain, removed Makefile in favor of CMake. diff --git a/README.md b/README.md index fae5212..db8cf29 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ PATENT NOTICE Readers are strongly advised to check for any patent restrictions or licencing requirements before compiling or using this source code. -mbelib 1.2.5 +mbelib 1.3.0 mbelib supports the 7200x4400 bit/s codec used in P25 Phase 1, the 7100x4400 bit/s codec used in ProVoice and the "Half Rate" diff --git a/mbelib.h b/mbelib.h index 92a3cdf..cf0f402 100644 --- a/mbelib.h +++ b/mbelib.h @@ -18,7 +18,7 @@ #ifndef _MBELIB_H #define _MBELIB_H -#define MBELIB_VERSION "1.2.5" +#define MBELIB_VERSION "1.3.0" struct mbe_parameters {