Skip to content

Commit 4313068

Browse files
committed
Release v3.1.1
2 parents c1327bb + 774d183 commit 4313068

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if (NOT A2X_EXECUTABLE)
66
message(FATAL_ERROR "a2x is not found")
77
endif ()
88

9-
set (VERSION "v3.1")
9+
set (VERSION "v3.1.1")
1010
set (MAIN_FILE "${PROJECT_SOURCE_DIR}/commsdsl_spec.txt")
1111

1212
add_custom_target("pdf" ALL

commsdsl_spec.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
CommsDSL Specification v3.1
1+
CommsDSL Specification v3.1.1
22
===========================
33
Alex Robenko
4-
v3.1, 2020-04
4+
v3.1.1, 2020-06
55
:doctype: article
66
:numbered!:
77
:sectnums!:

frames/value.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ of message payload.
2222
</frame>
2323
</schema>
2424
----
25-
The **&lt;value&gt;** layer has all the [common](common.md) properties
25+
The **&lt;value&gt;** layer has all the <<frames-common, common>> properties
2626
as well as extra properties and elements described below.
2727

2828
==== Interfaces ====

intro/namespaces.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ relevant classes in a separate namespace(s) (if such feature is provided by the
99
language) or introduce relevant prefixes into the names to avoid name clashes.
1010

1111
The namespace is defined using **&lt;ns&gt;** node with single **name** property.
12-
It can contain all the mentioned [previously](schema_def.md) nodes.
12+
It can contain all the mentioned <<schema-schema, previously>> nodes.
1313
[source,xml]
1414
----
1515
<?xml version="1.0" encoding="UTF-8"?>

schema/schema.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[[schema-schema]]
22
== Schema ==
33
Schema definition may contain various global (protocol-wide)
4-
[properties](../intro/properties.md).
4+
<<intro-properties, properties>>.
55

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

0 commit comments

Comments
 (0)