--- AE/Installer/trunk/source/main_window.cpp 2010/05/22 22:07:58 526 +++ AE/Installer/trunk/source/main_window.cpp 2010/06/01 13:13:59 565 @@ -288,7 +288,7 @@ void MainWindow::CreateControls() StatusArea = new wxStatusBar( itemFrame1, ID_STATUSBAR, 0 ); StatusArea->SetName(_T("StatusArea")); StatusArea->SetFieldsCount(1); - string versionText = "AE Installer v" + (string)INSTALLER_VERSION; + string versionText = "AE Installer v" + gInstallerVersion; StatusArea->SetStatusText(versionText.c_str(), 0); itemBoxSizer2->Add(StatusArea, 0, wxGROW|wxALL, 0);