Moved version.h from /fdmdv2 to /fdmdv2/src.
authorwittend99 <wittend99@01035d8c-6547-0410-b346-abe4f91aad63>
Tue, 11 Dec 2012 00:05:18 +0000 (00:05 +0000)
committerwittend99 <wittend99@01035d8c-6547-0410-b346-abe4f91aad63>
Tue, 11 Dec 2012 00:05:18 +0000 (00:05 +0000)
Removed four orphaned lib files from /fdmdv2

git-svn-id: https://svn.code.sf.net/p/freetel/code@1130 01035d8c-6547-0410-b346-abe4f91aad63

fdmdv2/libhamlib.dll.a [deleted file]
fdmdv2/libportaudio-2.dll [deleted file]
fdmdv2/libportaudiocpp-0.dll [deleted file]
fdmdv2/libsndfile-1.dll [deleted file]
fdmdv2/src/fdmdv2_main.h
fdmdv2/src/topFrame.h
fdmdv2/src/version.h [new file with mode: 0644]

diff --git a/fdmdv2/libhamlib.dll.a b/fdmdv2/libhamlib.dll.a
deleted file mode 100644 (file)
index 86e2f03..0000000
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 (file)
index 302e663..0000000
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 (file)
index eae7e69..0000000
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 (file)
index 545ffb5..0000000
Binary files a/fdmdv2/libsndfile-1.dll and /dev/null differ
index eff9cbc20c6820cccb5865b3df082c2971d4cadf..2a8b1215898ccf3b199cd1c159ba822dd6f40f22 100644 (file)
@@ -22,7 +22,7 @@
 #ifndef __FDMDV2_MAIN__
 #define __FDMDV2_MAIN__
 
-#include "../version.h"
+#include "version.h"
 #include <wx/wx.h>
 
 #include <wx/tglbtn.h>
index c0c36d610930fa7ec4cfde7771828d2c76b7504b..4c319c0b9a8319db378bc35b2a323a2358b882a6 100644 (file)
 #ifndef __TOPFRAME_H__
 #define __TOPFRAME_H__
 
-//#ifdef DMW
-//    #define SVN_REV SVN_REVISION
-//#endif
-
-#include "../version.h"
+#include "version.h"
 #include <wx/artprov.h>
 #include <wx/xrc/xmlres.h>
 #include <wx/intl.h>
diff --git a/fdmdv2/src/version.h b/fdmdv2/src/version.h
new file mode 100644 (file)
index 0000000..08a0cd8
--- /dev/null
@@ -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