Skip to content

Commit

Permalink
Release v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
arobenko committed Jun 27, 2020
2 parents c1327bb + 774d183 commit 4313068
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if (NOT A2X_EXECUTABLE)
message(FATAL_ERROR "a2x is not found")
endif ()

set (VERSION "v3.1")
set (VERSION "v3.1.1")
set (MAIN_FILE "${PROJECT_SOURCE_DIR}/commsdsl_spec.txt")

add_custom_target("pdf" ALL
Expand Down
4 changes: 2 additions & 2 deletions commsdsl_spec.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CommsDSL Specification v3.1
CommsDSL Specification v3.1.1
===========================
Alex Robenko
v3.1, 2020-04
v3.1.1, 2020-06
:doctype: article
:numbered!:
:sectnums!:
Expand Down
2 changes: 1 addition & 1 deletion frames/value.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ of message payload.
</frame>
</schema>
----
The **&lt;value&gt;** layer has all the [common](common.md) properties
The **&lt;value&gt;** layer has all the <<frames-common, common>> properties
as well as extra properties and elements described below.

==== Interfaces ====
Expand Down
2 changes: 1 addition & 1 deletion intro/namespaces.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ relevant classes in a separate namespace(s) (if such feature is provided by the
language) or introduce relevant prefixes into the names to avoid name clashes.

The namespace is defined using **&lt;ns&gt;** node with single **name** property.
It can contain all the mentioned [previously](schema_def.md) nodes.
It can contain all the mentioned <<schema-schema, previously>> nodes.
[source,xml]
----
<?xml version="1.0" encoding="UTF-8"?>
Expand Down
2 changes: 1 addition & 1 deletion schema/schema.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[[schema-schema]]
== Schema ==
Schema definition may contain various global (protocol-wide)
[properties](../intro/properties.md).
<<intro-properties, properties>>.

=== Protocol Name ===
The protocol name is defined using **name** property. It may contain any
Expand Down

0 comments on commit 4313068

Please sign in to comment.