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