From: hobbes1069 Date: Tue, 3 Jun 2014 13:09:51 +0000 (+0000) Subject: Add comp.h to public headers. X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=c93ebe38d8a720485974c7445ceff3fb220b3824;p=freetel-svn-tracking.git Add comp.h to public headers. git-svn-id: https://svn.code.sf.net/p/freetel/code@1626 01035d8c-6547-0410-b346-abe4f91aad63 --- diff --git a/codec2-dev/src/CMakeLists.txt b/codec2-dev/src/CMakeLists.txt index 041ad48f..97487369 100644 --- a/codec2-dev/src/CMakeLists.txt +++ b/codec2-dev/src/CMakeLists.txt @@ -194,6 +194,7 @@ set(CODEC2_PUBLIC_HEADERS codec2.h codec2_fdmdv.h codec2_fifo.h + comp.h golay23.h ) diff --git a/fdmdv2/README.cmake b/fdmdv2/README.cmake index c929ad8c..a27b403e 100644 --- a/fdmdv2/README.cmake +++ b/fdmdv2/README.cmake @@ -46,7 +46,7 @@ cmake -G"MSYS Makefiles" [other options] Bootstrapping wxWidgets build =============================== -If wxWidgets (>= 2.9) is not available then one option is to have CMake boot- +If wxWidgets (>= 3.0) is not available then one option is to have CMake boot- strap the build for FreeDV. This is required because the tool wx-config is used to get the correct compiler diff --git a/fdmdv2/src/version.h b/fdmdv2/src/version.h index db485bb5..ed46d3e4 100644 --- a/fdmdv2/src/version.h +++ b/fdmdv2/src/version.h @@ -3,9 +3,9 @@ #define FREEDV_VERSION_MAJOR 0 #define FREEDV_VERSION_MINOR 96 -#define FREEDV_VERSION_PATCH 7 +#define FREEDV_VERSION_PATCH 8 #define FREEDV_VERSION_SUFFIX "Beta" -#define FREEDV_VERSION "0.96.7 Beta" +#define FREEDV_VERSION "0.96.8 Beta" #endif //FREEDV_VER_DOT_H