From 9ee507ddb66fcb7833ab1b94cc06e3573220451a Mon Sep 17 00:00:00 2001 From: hobbes1069 Date: Sun, 4 May 2014 18:06:05 +0000 Subject: [PATCH] Fix missing png library for windows installer and bump version to 0.96.6. git-svn-id: https://svn.code.sf.net/p/freetel/code@1589 01035d8c-6547-0410-b346-abe4f91aad63 --- fdmdv2/CMakeLists.txt | 1 + fdmdv2/src/version.h | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/fdmdv2/CMakeLists.txt b/fdmdv2/CMakeLists.txt index 2fc0c614..9624569f 100644 --- a/fdmdv2/CMakeLists.txt +++ b/fdmdv2/CMakeLists.txt @@ -145,6 +145,7 @@ if(MINGW) libsndfile-1.dll libsamplerate-0.dll libcodec2.dll + libpng16-16.dll libportaudio-2.dll libportaudiocpp-0.dll libsox-2.dll diff --git a/fdmdv2/src/version.h b/fdmdv2/src/version.h index 9337e2bb..1e732e7a 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 5 +#define FREEDV_VERSION_PATCH 6 #define FREEDV_VERSION_SUFFIX "Beta" -#define FREEDV_VERSION "0.96.5 Beta" +#define FREEDV_VERSION "0.96.6 Beta" #endif //FREEDV_VER_DOT_H -- 2.25.1