[Asterisk-code-review] manager: Bump AMI version number. (asterisk[14])

Joshua Colp asteriskteam at digium.com
Tue Nov 15 08:10:16 CST 2016


Joshua Colp has uploaded a new change for review. ( https://gerrit.asterisk.org/4440 )

Change subject: manager: Bump AMI version number.
......................................................................

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
---
M include/asterisk/manager.h
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/40/4440/1

diff --git a/include/asterisk/manager.h b/include/asterisk/manager.h
index 1ec1cba..55c9dbd 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                     "2.9.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 */
 

-- 
To view, visit https://gerrit.asterisk.org/4440
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Idf1bf01608e53f7bfdf43ddb4d0683e53f74ee42
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: 14
Gerrit-Owner: Joshua Colp <jcolp at digium.com>



More information about the asterisk-code-review mailing list