summaryrefslogtreecommitdiff
path: root/include/asterisk
diff options
context:
space:
mode:
authorMatthew Jordan <mjordan@digium.com>2014-03-28 17:41:23 +0000
committerMatthew Jordan <mjordan@digium.com>2014-03-28 17:41:23 +0000
commit597f25db69c71d342e8661983df47e457625b5e2 (patch)
treed39f3071d46b4f2c3cf8082e4b0c2503747b47e2 /include/asterisk
parenta438a0e65fa183860ed04eb1487ecd991db57225 (diff)
Update API versions and UPGRADE/CHANGES for 12.2.0
This patch does the following: * It updates the AMI version to 2.2.0 to indicate backwards compatible changes have been made since the last release * It updates the ARI version to 1.2.0 to indicate backwards compatible changes have been made since the last release * It updates the UPGRADE/CHANGES files with changes that were not mentioned ........ Merged revisions 411529 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@411530 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk')
-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 e7990bd73..77681f190 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.1.0"
+#define AMI_VERSION "2.2.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 */