aboutsummaryrefslogtreecommitdiffhomepage
path: root/views/version.txt
blob: 44ecfb4611d9e89cd6c7af872c3ea4c60a777a18 (plain)
1
2
3
4
5
6
7
/+ obt - org generated file +/
struct Version {
  int major;
  int minor;
  int patch;
}
enum ver = Version(0, 17, 0);