diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2019-10-09 15:21:34 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2019-10-17 19:07:20 -0400 |
commit | 433f0b2ed0f9d5461c0fdf2b49e41eb26802cc2e (patch) | |
tree | 6f8855ab401dc146161ac104608828a3e302f57a /views/version.txt | |
parent | 0.8.1 conf, make, meta: yaml only (toml removed) (diff) |
0.8.2 yaml pod.manifest, read site config first
- yaml (configuration & metadata)
site config,
pod:
pod.manifest,
doc header:
make,
meta
- pod.manifest in yaml breaks
- older program reading new pod and
- newer program reading old pod
- read config first,
- get site default language in case it is absent
in pod.manifest
- ensure config is not read too many times
(it is at present, revisit)
Diffstat (limited to 'views/version.txt')
-rw-r--r-- | views/version.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/version.txt b/views/version.txt index 8046d12..6199c67 100644 --- a/views/version.txt +++ b/views/version.txt @@ -4,7 +4,7 @@ struct Version { int minor; int patch; } -enum _ver = Version(0, 8, 1); +enum _ver = Version(0, 8, 2); version (Posix) { version (DigitalMars) { } else version (LDC) { |