Add comp.h to public headers.
authorhobbes1069 <hobbes1069@01035d8c-6547-0410-b346-abe4f91aad63>
Tue, 3 Jun 2014 13:09:51 +0000 (13:09 +0000)
committerhobbes1069 <hobbes1069@01035d8c-6547-0410-b346-abe4f91aad63>
Tue, 3 Jun 2014 13:09:51 +0000 (13:09 +0000)
git-svn-id: https://svn.code.sf.net/p/freetel/code@1626 01035d8c-6547-0410-b346-abe4f91aad63

codec2-dev/src/CMakeLists.txt
fdmdv2/README.cmake
fdmdv2/src/version.h

index 041ad48f19d03492f6eb6a9b5e0f101dc2fb1f3e..9748736920428560c53f9549686b595af9f259f9 100644 (file)
@@ -194,6 +194,7 @@ set(CODEC2_PUBLIC_HEADERS
     codec2.h
     codec2_fdmdv.h
     codec2_fifo.h
+    comp.h
     golay23.h
 )
 
index c929ad8cd2135cecfe27370e8102c4f18eb5a697..a27b403e1badbeb6ebbaf253394d075d720f17d6 100644 (file)
@@ -46,7 +46,7 @@ cmake -G"MSYS Makefiles" [other options] </path/to/source>
  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
index db485bb5aa0c5f33fd7d89a259e2830fadf2e2cb..ed46d3e40d1ab47e1f456cfa1d3d02c28ae8a5e2 100644 (file)
@@ -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