Rename class Version to BMCVersion

The class Version is renamed to BMCVersion.
This is needed so there is not 2 classes with the same name,
Version, under namespace phosphor software manager.
This name is more appropriate for the BMC Version Class
that handles the active BMC code.

Change-Id: I9eef4f5240f6cac90a31d6c31aa7f518213830e3
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
5 files changed
tree: 692bfd61ef6f6abfd8b59b2cac2962702a9cacc8
  1. test/
  2. .gitignore
  3. bmc_version.cpp
  4. bmc_version.hpp
  5. bootstrap.sh
  6. configure.ac
  7. download_manager.cpp
  8. download_manager.hpp
  9. download_manager_main.cpp
  10. image_manager.cpp
  11. image_manager.hpp
  12. image_manager_main.cpp
  13. LICENSE
  14. Makefile.am
  15. README.md
  16. version.cpp
  17. version.hpp
  18. watch.cpp
  19. watch.hpp
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`.