From 316bab6591d4ebbca1df8a8fe9b0d6fe7d9c149c Mon Sep 17 00:00:00 2001 From: Jared Szechy Date: Fri, 9 Aug 2013 18:25:36 -0400 Subject: [PATCH] Bump version to v1.2.5 closes #6 --- CHANGELOG | 4 ++++ README.md | 4 ++-- mbelib.h | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index ae99cca..4f835b5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/README.md b/README.md index 13f06b7..fae5212 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/mbelib.h b/mbelib.h index 6c443bd..28b6e71 100644 --- a/mbelib.h +++ b/mbelib.h @@ -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