summaryrefslogtreecommitdiffstats
path: root/configure.ac
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 /configure.ac
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 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 68148a7..e9512b2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
# Initialization
AC_PREREQ([2.69])
-AC_INIT([mboxd], [1.0], [https://github.com/openbmc/mboxbridge/issues])
+AC_INIT([mboxd], [2.1.0], [https://github.com/openbmc/mboxbridge/issues])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([subdir-objects -Wall foreign dist-xz])
AM_SILENT_RULES([yes])
OpenPOWER on IntegriCloud