summaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
authorMike Fiore <mfiore@multitech.com>2015-11-09 13:15:41 -0600
committerMike Fiore <mfiore@multitech.com>2015-11-09 13:15:41 -0600
commit6e5a9c6d76b041237b5f535c1080b39a607e2889 (patch)
tree1dbc3a344a75dbf3162b47dbd7e86c2c1ce29e78 /main.cpp
parent76f7a57b1db64344f60631bbf28c08b185908cb4 (diff)
downloadmtdot-box-evb-factory-firmware-6e5a9c6d76b041237b5f535c1080b39a607e2889.tar.gz
mtdot-box-evb-factory-firmware-6e5a9c6d76b041237b5f535c1080b39a607e2889.tar.bz2
mtdot-box-evb-factory-firmware-6e5a9c6d76b041237b5f535c1080b39a607e2889.zip
add label to line with version
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index 8a4c54a..158682f 100644
--- a/main.cpp
+++ b/main.cpp
@@ -18,7 +18,7 @@
// product and version information
static const std::string product_name = "MTDOT-BOX/EVB";
static const std::string program_name = "Factory Firmware";
-static const std::string program_version = MTDOT_BOX_VERSION;
+static const std::string program_version = std::string("Version ") + MTDOT_BOX_VERSION;
// LCD and backlight controllers
SPI lcd_spi(SPI1_MOSI, SPI1_MISO, SPI1_SCK);