diff options
| author | Patrick Venture <venture@google.com> | 2018-11-26 09:01:54 -0800 |
|---|---|---|
| committer | Patrick Venture <venture@google.com> | 2018-11-26 09:02:24 -0800 |
| commit | d75235701018d0540bbad62560e3d3978af80a22 (patch) | |
| tree | 1ab6bce0663cc8b5548e640612c71c9852c686f5 | |
| parent | 11c6556615780ba6a379321f1d43ae97f4961339 (diff) | |
| download | phosphor-pid-control-d75235701018d0540bbad62560e3d3978af80a22.tar.gz phosphor-pid-control-d75235701018d0540bbad62560e3d3978af80a22.zip | |
build: set version to 0.1 to match recipe
Set the version specified in the configure_ac to match the recipe in
meta-phosphor.
Change-Id: I23092297cc5a305b4a89c7a38f656849a2a1f31f
Signed-off-by: Patrick Venture <venture@google.com>
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a28a999..0f2e596 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # Initialization AC_PREREQ([2.69]) -AC_INIT([swampd], [1.0], [https://github.com/openbmc/phosphor-pid-control/issues]) +AC_INIT([swampd], [0.1], [https://github.com/openbmc/phosphor-pid-control/issues]) AC_LANG([C++]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([subdir-objects -Wall -Werror foreign dist-xz]) |

