summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2016-11-15 14:07:03 +0000
committerJoshua Colp <jcolp@digium.com>2016-11-15 10:03:11 -0500
commitd3b61a98f4041657d2b59aceb23533ae5bd6f133 (patch)
tree7ff022370482816f841e910e00cb20ccf5d52a37
parentd1739bcf07502e5e59917818dfcf514b95a6c2e3 (diff)
manager: Bump AMI version number.
During the development of Asterisk 14 the behavior of the Command AMI action was altered such that the result was returned on lines with a prefix of "Output: ". While this was documented in the UPGRADE.txt file it is also reasonable that this should bump the AMI version number. ASTERISK-26556 Change-Id: Idf1bf01608e53f7bfdf43ddb4d0683e53f74ee42
-rw-r--r--include/asterisk/manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/manager.h b/include/asterisk/manager.h
index 1ec1cbae3..43897489d 100644
--- a/include/asterisk/manager.h
+++ b/include/asterisk/manager.h
@@ -54,7 +54,7 @@
- \ref manager.c Main manager code file
*/
-#define AMI_VERSION "2.8.0"
+#define AMI_VERSION "3.0.0"
#define DEFAULT_MANAGER_PORT 5038 /* Default port for Asterisk management via TCP */
#define DEFAULT_MANAGER_TLS_PORT 5039 /* Default port for Asterisk management via TCP */