]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
manager: Bump AMI version number. 40/4440/2
authorJoshua Colp <jcolp@digium.com>
Tue, 15 Nov 2016 14:07:03 +0000 (14:07 +0000)
committerJoshua Colp <jcolp@digium.com>
Tue, 15 Nov 2016 15:02:32 +0000 (15:02 +0000)
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

include/asterisk/manager.h

index 1ec1cbae3042e1099a046b8043d9363cf3fc9c17..43897489d9537f99dd9770a8ed2d3ed93aa6ee38 100644 (file)
@@ -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 */