Alpha 0.1.1 version

This commit is contained in:
Robin Davies
2022-03-03 08:40:52 -05:00
parent 4aa179f0b0
commit 44ff895f1f
4 changed files with 16 additions and 4 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ PiPedalVersion::PiPedalVersion()
{
server_ = "PiPedal Server";
// defined on build command line.
serverVersion_ = PROJECT_VER;
serverVersion_ = PROJECT_DISPLAY_VERSION;
#ifdef _WIN32
OSVERSIONINFOEXA info;
ZeroMemory(&info, sizeof(OSVERSIONINFOEA));