From ff36d0950266da94d6fcb19294b96f9277d6367a Mon Sep 17 00:00:00 2001 From: "Martin Koch, ESE GmbH" Date: Fri, 24 Jul 2020 07:51:09 +0200 Subject: AM: Version upgrade 7.8 -> 8.0 - IAmControl 5.3 -> 6.0 - IAmRouting 5.0 -> 6.0 Signed-off-by: Martin Koch, ESE GmbH --- VERSION | 2 +- include/IAmControl.h | 2 +- include/IAmRouting.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 9fdf3ba..fa5fce0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.8.0 \ No newline at end of file +8.0.0 \ No newline at end of file diff --git a/include/IAmControl.h b/include/IAmControl.h index 0dd46e5..0f716aa 100644 --- a/include/IAmControl.h +++ b/include/IAmControl.h @@ -32,7 +32,7 @@ class CAmSocketHandler; #include "audiomanagertypes.h" -#define ControlVersion "5.3" +#define ControlVersion "6.0" namespace am { /** diff --git a/include/IAmRouting.h b/include/IAmRouting.h index b86e782..1eeb3c0 100644 --- a/include/IAmRouting.h +++ b/include/IAmRouting.h @@ -35,7 +35,7 @@ class CAmSocketHandler; #include "audiomanagertypes.h" -#define RoutingVersion "5.0" +#define RoutingVersion "6.0" namespace am { /** -- cgit v1.2.1