summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Koch, ESE GmbH <martin.koch@ese.de>2020-07-24 07:51:09 +0200
committerMartin Koch, ESE GmbH <martin.koch@ese.de>2020-07-24 08:14:24 +0200
commitff36d0950266da94d6fcb19294b96f9277d6367a (patch)
treecd960d1a03fbd0a76b620f951e5eb76e126598db
parent39e6759f9e972d23bb1f7831da80983d32f9c1ea (diff)
downloadaudiomanager-master.tar.gz
AM: Version upgrade 7.8 -> 8.0HEAD8.0master
- IAmControl 5.3 -> 6.0 - IAmRouting 5.0 -> 6.0 Signed-off-by: Martin Koch, ESE GmbH <martin.koch@ese.de>
-rw-r--r--VERSION2
-rw-r--r--include/IAmControl.h2
-rw-r--r--include/IAmRouting.h2
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 {
/**