aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sdp/version.txt
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2016-04-24 22:08:24 -0400
committerRalph Amissah <ralph@amissah.com>2016-04-24 22:08:24 -0400
commited302d1be74d2b4e69ee4b6e3834637ed531eaea (patch)
tree0f605c3756788d2fda6fe0782a7a472172a285b9 /lib/sdp/version.txt
parentbase ... tag (diff)
Diffstat (limited to 'lib/sdp/version.txt')
-rw-r--r--lib/sdp/version.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/sdp/version.txt b/lib/sdp/version.txt
new file mode 100644
index 0000000..f4dde1a
--- /dev/null
+++ b/lib/sdp/version.txt
@@ -0,0 +1,8 @@
+/+ obt - org generated file +/
+// [used by rdmd]
+struct Version {
+ int major;
+ int minor;
+ int patch;
+}
+enum ver = Version(1, 0, 0);