summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Peveler <matt.peveler@gmail.com>2019-11-29 01:38:33 +0100
committerMatthew Peveler <matt.peveler@gmail.com>2019-11-29 01:38:33 +0100
commit8df4fa824f831d8610224e9182ee0827b38403c8 (patch)
treef1f89201df9e6a81ec915c3925f609d5a1ee57ed
parent3e2c6a9301e11d4495cc80149e5ea22dfdcd30ab (diff)
downloadasciidoc-py3-9.0.0rc1.tar.gz
cut 9.0.0rc1 release9.0.0rc1
-rwxr-xr-xa2x.py2
-rwxr-xr-xasciidoc.py2
-rw-r--r--common.aap4
-rw-r--r--configure.ac4
-rwxr-xr-xexamples/website/build-website.sh4
5 files changed, 8 insertions, 8 deletions
diff --git a/a2x.py b/a2x.py
index 662afdd..8b5f826 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.10'
+VERSION = '9.0.0rc1'
# 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 e6a01de..4e22f7c 100755
--- a/asciidoc.py
+++ b/asciidoc.py
@@ -29,7 +29,7 @@ from ast import literal_eval
from collections import OrderedDict
# Used by asciidocapi.py #
-VERSION = '8.6.10' # See CHANGELOG file for version history.
+VERSION = '9.0.0rc1' # See CHANGELOG file for version history.
MIN_PYTHON_VERSION = '3.5' # Require this version of Python or better.
diff --git a/common.aap b/common.aap
index da4bb8d..242884e 100644
--- a/common.aap
+++ b/common.aap
@@ -2,8 +2,8 @@
# Executed by all main.aap's before anything else.
#
-_parent.VERS = 8.6.10
-_parent.DATE = 22 September 2017
+_parent.VERS = 9.0.0rc1
+_parent.DATE = 27 November 2019
all:
:pass
diff --git a/configure.ac b/configure.ac
index 6e52c12..53ca0c5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
-AC_INIT(asciidoc, 8.6.10)
+AC_INIT(asciidoc, 9.0.0rc1)
-AC_SUBST([PACKAGE_DATE], ['22 September 2017'])
+AC_SUBST([PACKAGE_DATE], ['27 November 2019'])
AC_CONFIG_FILES(Makefile)
diff --git a/examples/website/build-website.sh b/examples/website/build-website.sh
index a621abf..735d64d 100755
--- a/examples/website/build-website.sh
+++ b/examples/website/build-website.sh
@@ -1,7 +1,7 @@
#!/bin/sh
-VERS="8.6.10"
-DATE="2017-09-22"
+VERS="9.0.0rc1"
+DATE="2019-11-27"
# Leave the desired layout uncommented.
#LAYOUT=layout1 # Tables based layout.