summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.adoc2
-rw-r--r--README-fr.adoc3
-rw-r--r--README-jp.adoc3
-rw-r--r--README-zh_CN.adoc3
-rw-r--r--README.adoc3
-rw-r--r--lib/asciidoctor/version.rb2
-rw-r--r--man/asciidoctor.110
-rw-r--r--man/asciidoctor.adoc2
8 files changed, 16 insertions, 12 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc
index 2cfd106d..7b3b87cd 100644
--- a/CHANGELOG.adoc
+++ b/CHANGELOG.adoc
@@ -14,7 +14,7 @@ This document provides a high-level view of the changes introduced in Asciidocto
For a detailed view of what has changed, refer to the {uri-repo}/commits/master[commit history] on GitHub.
// tag::compact[]
-== Unreleased
+== 1.5.6.1 (2017-07-23) - @mojavelinux
Bug fixes::
diff --git a/README-fr.adoc b/README-fr.adoc
index 3e82624c..8a2c2a9a 100644
--- a/README-fr.adoc
+++ b/README-fr.adoc
@@ -1,5 +1,6 @@
= Asciidoctor
Dan Allen <https://github.com/mojavelinux[@mojavelinux]>; Sarah White <https://github.com/graphitefriction[@graphitefriction]>; Ryan Waldron <https://github.com/erebor[@erebor]>
+v1.5.6.1, 2017-07-23
// settings:
:page-layout: base
:idprefix:
@@ -17,7 +18,7 @@ ifdef::env-github[]
:warning-caption: :warning:
endif::[]
// Variables:
-:release-version: 1.5.6
+:release-version: 1.5.6.1
// URIs:
:uri-org: https://github.com/asciidoctor
:uri-repo: {uri-org}/asciidoctor
diff --git a/README-jp.adoc b/README-jp.adoc
index cb9cd413..cd16384a 100644
--- a/README-jp.adoc
+++ b/README-jp.adoc
@@ -1,5 +1,6 @@
= Asciidoctor
Dan Allen <https://github.com/mojavelinux[@mojavelinux]>; Sarah White <https://github.com/graphitefriction[@graphitefriction]>; Ryan Waldron <https://github.com/erebor[@erebor]>
+v1.5.6.1, 2017-07-23
// settings:
:page-layout: base
:idprefix:
@@ -17,7 +18,7 @@ ifdef::env-github[]
:warning-caption: :warning:
endif::[]
// Variables:
-:release-version: 1.5.6
+:release-version: 1.5.6.1
// URIs:
:uri-org: https://github.com/asciidoctor
:uri-repo: {uri-org}/asciidoctor
diff --git a/README-zh_CN.adoc b/README-zh_CN.adoc
index 17262e85..f25196a8 100644
--- a/README-zh_CN.adoc
+++ b/README-zh_CN.adoc
@@ -1,5 +1,6 @@
= Asciidoctor
Dan Allen <https://github.com/mojavelinux[@mojavelinux]>; Sarah White <https://github.com/graphitefriction[@graphitefriction]>; Ryan Waldron <https://github.com/erebor[@erebor]>
+v1.5.6.1, 2017-07-23
// settings:
:page-layout: base
:idprefix:
@@ -17,7 +18,7 @@ ifdef::env-github[]
:warning-caption: :warning:
endif::[]
// Variables:
-:release-version: 1.5.6
+:release-version: 1.5.6.1
// URIs:
:uri-org: https://github.com/asciidoctor
:uri-repo: {uri-org}/asciidoctor
diff --git a/README.adoc b/README.adoc
index bdeae9d8..7761dfdd 100644
--- a/README.adoc
+++ b/README.adoc
@@ -1,5 +1,6 @@
= Asciidoctor
Dan Allen <https://github.com/mojavelinux[@mojavelinux]>; Sarah White <https://github.com/graphitefriction[@graphitefriction]>; Ryan Waldron <https://github.com/erebor[@erebor]>
+v1.5.6.1, 2017-07-23
// settings:
:page-layout: base
:idprefix:
@@ -17,7 +18,7 @@ ifdef::env-github[]
:warning-caption: :warning:
endif::[]
// Variables:
-:release-version: 1.5.6
+:release-version: 1.5.6.1
// URIs:
:uri-org: https://github.com/asciidoctor
:uri-repo: {uri-org}/asciidoctor
diff --git a/lib/asciidoctor/version.rb b/lib/asciidoctor/version.rb
index 574c68cc..5b8dd883 100644
--- a/lib/asciidoctor/version.rb
+++ b/lib/asciidoctor/version.rb
@@ -1,3 +1,3 @@
module Asciidoctor
- VERSION = '1.5.7.dev'
+ VERSION = '1.5.6.1'
end
diff --git a/man/asciidoctor.1 b/man/asciidoctor.1
index b3a7d214..3fcf67a1 100644
--- a/man/asciidoctor.1
+++ b/man/asciidoctor.1
@@ -1,13 +1,13 @@
'\" t
.\" Title: asciidoctor
.\" Author: Dan Allen, Sarah White, Ryan Waldron
-.\" Generator: Asciidoctor 1.5.6
-.\" Date: 2017-07-12
+.\" Generator: Asciidoctor 1.5.6.1
+.\" Date: 2017-07-23
.\" Manual: Asciidoctor Manual
-.\" Source: Asciidoctor 1.5.6
+.\" Source: Asciidoctor 1.5.6.1
.\" Language: English
.\"
-.TH "ASCIIDOCTOR" "1" "2017-07-12" "Asciidoctor 1.5.6" "Asciidoctor Manual"
+.TH "ASCIIDOCTOR" "1" "2017-07-23" "Asciidoctor 1.5.6.1" "Asciidoctor Manual"
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.ss \n[.ss] 0
@@ -242,4 +242,4 @@ Free use of this software is granted under the terms of the MIT License.
\fBDan Allen, Sarah White, Ryan Waldron\fP
.RS 4
Author(s).
-.RE
+.RE \ No newline at end of file
diff --git a/man/asciidoctor.adoc b/man/asciidoctor.adoc
index 7d2c6774..3a49593a 100644
--- a/man/asciidoctor.adoc
+++ b/man/asciidoctor.adoc
@@ -2,7 +2,7 @@
Dan Allen; Sarah White; Ryan Waldron
:doctype: manpage
:man manual: Asciidoctor Manual
-:man source: Asciidoctor 1.5.6
+:man source: Asciidoctor 1.5.6.1
:page-layout: base
== NAME