diff options
author | Ralph Amissah <ralph@amissah.com> | 2016-04-25 23:13:35 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2016-04-26 07:37:25 -0400 |
commit | 44a42f6d4f68742914c0b5b5976593ae8c67a693 (patch) | |
tree | b406c5b98ff755dbebe7309422b75b19594720a5 /lib/version.txt | |
parent | step3 (diff) |
dub config
Diffstat (limited to 'lib/version.txt')
-rw-r--r-- | lib/version.txt | 7 |
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); |