summaryrefslogtreecommitdiffstats
path: root/Source/MFCDialog/CMakeSetupDialog.cpp
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2002-01-04 14:23:27 (GMT)
committerKen Martin <ken.martin@kitware.com>2002-01-04 14:23:27 (GMT)
commit0e7e1c110c5cb6c0c79804e6d2654331b19db3d0 (patch)
treeec2d8f6dc158a14971349b2efd04201d6425cdb1 /Source/MFCDialog/CMakeSetupDialog.cpp
parent58ee8555032478147f46d1876291feb6a9a57904 (diff)
downloadCMake-0e7e1c110c5cb6c0c79804e6d2654331b19db3d0.zip
CMake-0e7e1c110c5cb6c0c79804e6d2654331b19db3d0.tar.gz
CMake-0e7e1c110c5cb6c0c79804e6d2654331b19db3d0.tar.bz2
added release version
Diffstat (limited to 'Source/MFCDialog/CMakeSetupDialog.cpp')
-rw-r--r--Source/MFCDialog/CMakeSetupDialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/MFCDialog/CMakeSetupDialog.cpp b/Source/MFCDialog/CMakeSetupDialog.cpp
index 4b2fbe9..cb76c74 100644
--- a/Source/MFCDialog/CMakeSetupDialog.cpp
+++ b/Source/MFCDialog/CMakeSetupDialog.cpp
@@ -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