diff options
Diffstat (limited to 'lib/version.txt')
| -rw-r--r-- | lib/version.txt | 7 | 
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/version.txt b/lib/version.txt new file mode 100644 index 0000000..33ae56d --- /dev/null +++ b/lib/version.txt @@ -0,0 +1,7 @@ +/+ obt - org generated file +/ +struct Version { +  int major; +  int minor; +  int patch; +} +enum ver = Version(1, 0, 0);  | 
