Skip to content

Commit

Permalink
Bump version to v1.2.5
Browse files Browse the repository at this point in the history
closes #6
  • Loading branch information
szechyjs committed Aug 9, 2013
1 parent 553658d commit 316bab6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.2.5 Use CMake:
The cross platform building was getting hard to maintain,
removed Makefile in favor of CMake.

1.2.4 Fixed bugs:
Makefile cleanup
Readme file improvements
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ 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.4
mbelib 1.2.5

mbelib 1.2.3 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"
3600x2250 bit/s vocoder used in various radio systems.

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.4"
#define MBELIB_VERSION "1.2.5"

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

0 comments on commit 316bab6

Please sign in to comment.