1
0
mirror of synced 2024-11-24 02:00:09 +01:00

Add version file

This commit is contained in:
Bobby Dilley 2024-01-31 23:06:55 +00:00
parent f0baaaa66c
commit fcf9704d98

8
src/lindbergh/version.h Normal file
View File

@ -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