summaryrefslogtreecommitdiffstats
path: root/mbox.h
diff options
context:
space:
mode:
authorSuraj Jitindar Singh <sjitindarsingh@gmail.com>2017-05-01 16:05:17 +1000
committerSuraj Jitindar Singh <sjitindarsingh@gmail.com>2017-05-04 13:44:12 +1000
commit8d65bb444002a715c84aeaaade246a7e60d669c8 (patch)
tree504b438b35dc67219affc65af6c1a64a2b8e2d16 /mbox.h
parent6f3197df572db57f22d5ae6d8564fb1979a39259 (diff)
downloadphosphor-mboxd-8d65bb444002a715c84aeaaade246a7e60d669c8.tar.gz
phosphor-mboxd-8d65bb444002a715c84aeaaade246a7e60d669c8.zip
version: Update to version 2.1.0
Update to package version V2.1.0 to reflect that a backwards compatible API change was made. This API change was the introduction of the timeout to the GET_MBOX_INFO command. This version update also encompasses previous bug fixes. The versioning scheme is now aligned to semver. Use the version from config.h for both mboxd and mboxctl instead of an independant value for the daemon and control programs. Change-Id: I12d7fe8e40697801594b1727054342613923a784 Signed-off-by: Suraj Jitindar Singh <sjitindarsingh@gmail.com>
Diffstat (limited to 'mbox.h')
-rw-r--r--mbox.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/mbox.h b/mbox.h
index be9b953..556994f 100644
--- a/mbox.h
+++ b/mbox.h
@@ -33,7 +33,6 @@ enum api_version {
#define API_MAX_VERSION API_VERSION_2
#define THIS_NAME "Mailbox Daemon"
-#define SUB_VERSION 0
/* Command Values */
#define MBOX_C_RESET_STATE 0x01
OpenPOWER on IntegriCloud