summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.txt7
-rwxr-xr-xa2x.py2
-rwxr-xr-xasciidoc.py2
-rw-r--r--common.aap4
-rw-r--r--configure.ac2
5 files changed, 12 insertions, 5 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index f76045c..0916818 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -4,6 +4,13 @@ AsciiDoc ChangeLog
:website: http://www.methods.co.nz/asciidoc/
+Version 8.6.5 (2011-08-??)
+--------------------------
+.Additions and changes
+
+.Bug fixes
+
+
Version 8.6.5 (2011-05-20)
--------------------------
.Additions and changes
diff --git a/a2x.py b/a2x.py
index 8a3f948..a38e3dc 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.5'
+VERSION = '8.6.6'
# AsciiDoc global configuration file directory.
# NOTE: CONF_DIR is "fixed up" by Makefile -- don't rename or change syntax.
diff --git a/asciidoc.py b/asciidoc.py
index 52e70e1..8c35cb3 100755
--- a/asciidoc.py
+++ b/asciidoc.py
@@ -9,7 +9,7 @@ under the terms of the GNU General Public License (GPL).
import sys, os, re, time, traceback, tempfile, subprocess, codecs, locale, unicodedata, copy
### Used by asciidocapi.py ###
-VERSION = '8.6.5' # See CHANGLOG file for version history.
+VERSION = '8.6.6' # See CHANGLOG file for version history.
MIN_PYTHON_VERSION = 2.4 # Require this version of Python or better.
diff --git a/common.aap b/common.aap
index da7853e..b4e4d9e 100644
--- a/common.aap
+++ b/common.aap
@@ -2,8 +2,8 @@
# Executed by all main.aap's before anything else.
#
-_parent.VERS = 8.6.5
-_parent.DATE = 20 May 2011
+_parent.VERS = 8.6.6
+_parent.DATE = ?? August 2011
all:
:pass
diff --git a/configure.ac b/configure.ac
index 3bcd604..9825c1c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(asciidoc, 8.6.5)
+AC_INIT(asciidoc, 8.6.6)
AC_CONFIG_FILES(Makefile)