Remove version code

This code was moved to phosphor-bmc-code-mgmt in
https://gerrit.openbmc-project.xyz/#/c/3647/

Change-Id: I0d9ed8b02a1ac8b0e795bf75a7be432c2ed64036
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
6 files changed
tree: d0bb22919018e0d7afd333823b39873bcbff0c1d
  1. m4/
  2. test/
  3. .gitignore
  4. activation.cpp
  5. activation.hpp
  6. bootstrap.sh
  7. configure.ac
  8. generate-squashfs
  9. item_updater.cpp
  10. item_updater.hpp
  11. item_updater_main.cpp
  12. LICENSE
  13. Makefile.am
  14. README.md
README.md

To Build

To build this package, do the following steps:

    1. ./bootstrap.sh
    2. ./configure ${CONFIGURE_FLAGS}
    3. make

To full clean the repository again run `./bootstrap.sh clean`.