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 80d7c36..06473c9 100755
--- a/a2x.py
+++ b/a2x.py
@@ -42,7 +42,7 @@ import xml.dom.minidom
import mimetypes
PROG = os.path.basename(os.path.splitext(__file__)[0])
-VERSION = '9.0.3'
+VERSION = '9.0.4'
# AsciiDoc global configuration file directory.
# NOTE: CONF_DIR is "fixed up" by Makefile -- don't rename or change syntax.