Bump version to v1.3.0

This commit is contained in:
Jared Szechy 2016-01-08 12:26:23 -05:00
parent daedd46dd2
commit e2d84c12b4
3 changed files with 7 additions and 2 deletions

View File

@ -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: 1.2.5 Use CMake:
The cross platform building was getting hard to maintain, The cross platform building was getting hard to maintain,
removed Makefile in favor of CMake. removed Makefile in favor of CMake.

View File

@ -9,7 +9,7 @@ PATENT NOTICE
Readers are strongly advised to check for any patent restrictions or Readers are strongly advised to check for any patent restrictions or
licencing requirements before compiling or using this source code. 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, mbelib supports the 7200x4400 bit/s codec used in P25 Phase 1,
the 7100x4400 bit/s codec used in ProVoice and the "Half Rate" the 7100x4400 bit/s codec used in ProVoice and the "Half Rate"

View File

@ -18,7 +18,7 @@
#ifndef _MBELIB_H #ifndef _MBELIB_H
#define _MBELIB_H #define _MBELIB_H
#define MBELIB_VERSION "1.2.5" #define MBELIB_VERSION "1.3.0"
struct mbe_parameters struct mbe_parameters
{ {