diff --git a/src/lindbergh/version.h b/src/lindbergh/version.h new file mode 100644 index 0000000..4d870a9 --- /dev/null +++ b/src/lindbergh/version.h @@ -0,0 +1,8 @@ +#ifndef VERSION_H +#define VERSION_H + +// Common file to hold the version information +#define MAJOR_VERSION 1 +#define MINOR_VERSION 0 + +#endif // VERSION_H \ No newline at end of file