added missing files

This commit is contained in:
Dan Priece
2026-05-28 14:03:26 -04:00
parent 51dbd5e5b0
commit ad62ed518f
3 changed files with 77 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#ifndef ChronoVersion_H
#define ChronoVersion_H
#define CHRONO_VERSION "1.0.0"
#define CHRONO_VERSION_MAJOR 1
#define CHRONO_VERSION_MINOR 0
#define CHRONO_VERSION_PATCH 0
#endif