summaryrefslogtreecommitdiff
path: root/a2x.py
diff options
context:
space:
mode:
Diffstat (limited to 'a2x.py')
-rwxr-xr-xa2x.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/a2x.py b/a2x.py
index 736eb80..c30e15b 100755
--- a/a2x.py
+++ b/a2x.py
@@ -23,7 +23,7 @@ import xml.dom.minidom
import mimetypes
PROG = os.path.basename(os.path.splitext(__file__)[0])
-VERSION = '8.6.8'
+VERSION = '8.6.9'
# AsciiDoc global configuration file directory.
# NOTE: CONF_DIR is "fixed up" by Makefile -- don't rename or change syntax.