From: wittend99 Date: Tue, 11 Dec 2012 00:05:18 +0000 (+0000) Subject: Moved version.h from /fdmdv2 to /fdmdv2/src. X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=924a0fbfd506eec9f23bf6f8b4dce35d8d5d1b78;p=freetel-svn-tracking.git Moved version.h from /fdmdv2 to /fdmdv2/src. Removed four orphaned lib files from /fdmdv2 git-svn-id: https://svn.code.sf.net/p/freetel/code@1130 01035d8c-6547-0410-b346-abe4f91aad63 --- diff --git a/fdmdv2/libhamlib.dll.a b/fdmdv2/libhamlib.dll.a deleted file mode 100644 index 86e2f03a..00000000 Binary files a/fdmdv2/libhamlib.dll.a and /dev/null differ diff --git a/fdmdv2/libportaudio-2.dll b/fdmdv2/libportaudio-2.dll deleted file mode 100644 index 302e6635..00000000 Binary files a/fdmdv2/libportaudio-2.dll and /dev/null differ diff --git a/fdmdv2/libportaudiocpp-0.dll b/fdmdv2/libportaudiocpp-0.dll deleted file mode 100644 index eae7e694..00000000 Binary files a/fdmdv2/libportaudiocpp-0.dll and /dev/null differ diff --git a/fdmdv2/libsndfile-1.dll b/fdmdv2/libsndfile-1.dll deleted file mode 100644 index 545ffb50..00000000 Binary files a/fdmdv2/libsndfile-1.dll and /dev/null differ diff --git a/fdmdv2/src/fdmdv2_main.h b/fdmdv2/src/fdmdv2_main.h index eff9cbc2..2a8b1215 100644 --- a/fdmdv2/src/fdmdv2_main.h +++ b/fdmdv2/src/fdmdv2_main.h @@ -22,7 +22,7 @@ #ifndef __FDMDV2_MAIN__ #define __FDMDV2_MAIN__ -#include "../version.h" +#include "version.h" #include #include diff --git a/fdmdv2/src/topFrame.h b/fdmdv2/src/topFrame.h index c0c36d61..4c319c0b 100644 --- a/fdmdv2/src/topFrame.h +++ b/fdmdv2/src/topFrame.h @@ -22,11 +22,7 @@ #ifndef __TOPFRAME_H__ #define __TOPFRAME_H__ -//#ifdef DMW -// #define SVN_REV SVN_REVISION -//#endif - -#include "../version.h" +#include "version.h" #include #include #include diff --git a/fdmdv2/src/version.h b/fdmdv2/src/version.h new file mode 100644 index 00000000..08a0cd82 --- /dev/null +++ b/fdmdv2/src/version.h @@ -0,0 +1,6 @@ +#ifndef FREEDV_VER_DOT_H +#define FREEDV_VER_DOT_H 1 + +#define FREEDV_VERSION "0.91 Beta" + +#endif //FREEDV_VER_DOT_H