diff options
author | Martin Braun <martin.braun@ettus.com> | 2016-06-06 16:51:53 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2016-06-06 16:51:53 -0700 |
commit | c69222a15c36c7222805a9b64f786ee5d6fbfb3e (patch) | |
tree | e01b242f30ea297d6b14d2416226e5defd19f9ba /tools/octoclock-dissector/moduleinfo.h | |
parent | b1c2d4bbb4e1ae3b085bb0ca84b2f53ce8bbd357 (diff) | |
parent | 2004bbdb0298d7a2ce9aa274e4a9bbdd22792567 (diff) | |
download | uhd-c69222a15c36c7222805a9b64f786ee5d6fbfb3e.tar.gz uhd-c69222a15c36c7222805a9b64f786ee5d6fbfb3e.tar.bz2 uhd-c69222a15c36c7222805a9b64f786ee5d6fbfb3e.zip |
Merge branch 'maint'
Diffstat (limited to 'tools/octoclock-dissector/moduleinfo.h')
-rw-r--r-- | tools/octoclock-dissector/moduleinfo.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/octoclock-dissector/moduleinfo.h b/tools/octoclock-dissector/moduleinfo.h new file mode 100644 index 000000000..494d0a922 --- /dev/null +++ b/tools/octoclock-dissector/moduleinfo.h @@ -0,0 +1,9 @@ +#ifdef PACKAGE +#undef PACKAGE +#endif +#define PACKAGE "octo" +#ifdef VERSION +#undef VERSION +#endif +#define VERSION "0.0.0.1" + |