dRonin  adbada4
dRonin GCS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Groups Pages
moduleinfo.h
Go to the documentation of this file.
1 /* Included *after* config.h, in order to re-define these macros */
2 
3 #ifdef PACKAGE
4 #undef PACKAGE
5 #endif
6 
7 /* Name of package */
8 #define PACKAGE "op-uavtalk"
9 
10 #ifdef VERSION
11 #undef VERSION
12 #endif
13 
14 /* Version number of package */
15 #define VERSION "0.0.1"