Skip to content

Commit

Permalink
Prepare for FreeDV 1.4 release
Browse files Browse the repository at this point in the history
- Remove devel suffix
- Use codec2 v0.9.2 for internal build.
- Use LPCNet v0.1 for internal build.
  • Loading branch information
hobbes1069 committed Nov 11, 2019
1 parent 5ea657b commit 1d76a20
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ message(STATUS "Compilation date = XX${DATE_RESULT}XX")
set(FREEDV_VERSION_MAJOR 1)
set(FREEDV_VERSION_MINOR 4)
set(FREEDV_VERSION_PATCH FALSE)
set(FREEDV_VERSION_SUFFIX "devel")
set(FREEDV_VERSION_SUFFIX "")

set(FREEDV_VERSION ${FREEDV_VERSION_MAJOR}.${FREEDV_VERSION_MINOR})
if(FREEDV_VERSION_PATCH)
Expand Down
2 changes: 1 addition & 1 deletion cmake/BuildCodec2.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ExternalProject_Add(build_codec2_lpcnet
SOURCE_DIR codec2_src
BINARY_DIR codec2_build
GIT_REPOSITORY https://github.com/drowe67/codec2.git
GIT_TAG origin/brad-2020
GIT_TAG v0.9.2
CMAKE_ARGS ${CODEC2_CMAKE_ARGS} ${SPEEXDSP_CMAKE_ARGS}
CMAKE_CACHE_ARGS -DCMAKE_OSX_DEPLOYMENT_TARGET:STRING=${CMAKE_OSX_DEPLOYMENT_TARGET}
INSTALL_COMMAND ""
Expand Down
2 changes: 1 addition & 1 deletion cmake/BuildLPCNet.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ExternalProject_Add(build_lpcnetfreedv
SOURCE_DIR LPCNet_src
BINARY_DIR LPCNet_build
GIT_REPOSITORY https://github.com/drowe67/LPCNet.git
GIT_TAG origin/master
GIT_TAG v0.1
CMAKE_ARGS ${LPCNET_CMAKE_ARGS}
CMAKE_CACHE_ARGS -DCMAKE_OSX_DEPLOYMENT_TARGET:STRING=${CMAKE_OSX_DEPLOYMENT_TARGET}
INSTALL_COMMAND ""
Expand Down

0 comments on commit 1d76a20

Please sign in to comment.