aboutsummaryrefslogtreecommitdiffhomepage
path: root/views
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2019-02-24 13:58:14 -0500
committerRalph Amissah <ralph.amissah@gmail.com>2019-05-17 16:59:38 -0400
commitf2d16036e4dd6ae22123b52712e051d8e8ba553c (patch)
tree70ee530750816f7f28cf6aecf40f81928a9e6df5 /views
parentmetaverse single line munging tuning (diff)
0.5.0 per object inline munging (rather than by line)
- munging per object for inline markup fontface, links, urls, images, footnotes/endnotes (also book index)
Diffstat (limited to 'views')
-rw-r--r--views/version.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/version.txt b/views/version.txt
index 2c68044..b4d2e84 100644
--- a/views/version.txt
+++ b/views/version.txt
@@ -4,7 +4,7 @@ struct Version {
int minor;
int patch;
}
-enum _ver = Version(0, 4, 3);
+enum _ver = Version(0, 5, 0);
version (Posix) {
version (DigitalMars) {
} else version (LDC) {