mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 22:30:13 -06:00
added release version
This commit is contained in:
@@ -219,8 +219,8 @@ BOOL CMakeSetupDialog::OnInitDialog()
|
||||
|
||||
// Set the version number
|
||||
char tmp[1024];
|
||||
sprintf(tmp,"Version %d.%d", cmMakefile::GetMajorVersion(),
|
||||
cmMakefile::GetMinorVersion());
|
||||
sprintf(tmp,"Version %d.%d - %s", cmMakefile::GetMajorVersion(),
|
||||
cmMakefile::GetMinorVersion(), cmMakefile::GetReleaseVersion());
|
||||
SetDlgItemText(IDC_CMAKE_VERSION, tmp);
|
||||
this->UpdateData(FALSE);
|
||||
return TRUE; // return TRUE unless you set the focus to a control
|
||||
|
||||
Reference in New Issue
Block a user