Skip to content

Commit

Permalink
Bump version to v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
szechyjs committed Jan 8, 2016
1 parent daedd46 commit e2d84c1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion mbelib.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit e2d84c1

Please sign in to comment.