From c4e6c1a76631da0f7fbe17f7f9df69a2e7534e23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Sun, 24 Apr 2016 18:13:16 +0200 Subject: [PATCH] version bump --- library/sbmp.h | 2 +- spec/DATAGRAMS.md | 2 +- spec/FRAMING_LAYER.md | 2 +- spec/README.md | 2 +- spec/SESSION_LAYER.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/library/sbmp.h b/library/sbmp.h index 105750e..b9e723e 100644 --- a/library/sbmp.h +++ b/library/sbmp.h @@ -8,7 +8,7 @@ * #include in your application code. */ -#define SBMP_VER "1.4" +#define SBMP_VER "1.5" #include "sbmp_config.h" diff --git a/spec/DATAGRAMS.md b/spec/DATAGRAMS.md index 5a5371c..3022ca8 100644 --- a/spec/DATAGRAMS.md +++ b/spec/DATAGRAMS.md @@ -2,7 +2,7 @@ Simple Binary Messaging Protocol specification
-rev. 1.4, 26 March 2016 +rev. 1.5, 24 April 2016
## Datagram types diff --git a/spec/FRAMING_LAYER.md b/spec/FRAMING_LAYER.md index 1699b84..4915c4b 100644 --- a/spec/FRAMING_LAYER.md +++ b/spec/FRAMING_LAYER.md @@ -2,7 +2,7 @@ Simple Binary Messaging Protocol specification
-rev. 1.4, 26 March 2016 +rev. 1.5, 24 April 2016
SBMP is designed for use on USART-based interfaces, such as simple TTL U(S)ART diff --git a/spec/README.md b/spec/README.md index 6043f33..cca0f74 100644 --- a/spec/README.md +++ b/spec/README.md @@ -2,7 +2,7 @@ Simple Binary Messaging Protocol specification
-rev. 1.4, 26 March 2016 +rev. 1.5, 24 April 2016
## Conventions diff --git a/spec/SESSION_LAYER.md b/spec/SESSION_LAYER.md index f0792ba..bfabc3e 100644 --- a/spec/SESSION_LAYER.md +++ b/spec/SESSION_LAYER.md @@ -2,7 +2,7 @@ Simple Binary Messaging Protocol specification
-rev. 1.4, 26 March 2016 +rev. 1.5, 24 April 2016
The messaging protocol uses a simple session system, which allows to perform