From 6e5a9c6d76b041237b5f535c1080b39a607e2889 Mon Sep 17 00:00:00 2001 From: Mike Fiore Date: Mon, 9 Nov 2015 13:15:41 -0600 Subject: add label to line with version --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.cpp') 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); -- cgit v1.2.3