aboutsummaryrefslogtreecommitdiffhomepage
path: root/views
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2016-04-25 23:13:35 -0400
committerRalph Amissah <ralph@amissah.com>2016-04-26 07:37:25 -0400
commit44a42f6d4f68742914c0b5b5976593ae8c67a693 (patch)
treeb406c5b98ff755dbebe7309422b75b19594720a5 /views
parentstep3 (diff)
dub config
Diffstat (limited to 'views')
-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);