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