Skip to content

Commit

Permalink
Update version to v1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
szechyjs committed Jun 19, 2013
1 parent 90f3b95 commit 04582f9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
1.2.x Fixed bugs:
1.2.4 Fixed bugs:
Makefile cleanup
Readme file improvements
fix golayMatrix
bug in imbe7100x4400

1.2.3 Fixed bugs:
Cik array in mbe_decodeAmbe2250Parms was too small
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,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.3
mbelib 1.2.4

mbelib 1.2.3 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.3"
#define MBELIB_VERSION "1.2.4"

#include "config.h"
#include <stdio.h>
Expand Down

0 comments on commit 04582f9

Please sign in to comment.