summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-07-20 14:16:03 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-07-20 14:16:03 (GMT)
commit7f11eda79aa1e5696d2c815be4b3423331d0fe35 (patch)
treed96a92c218481e57c3695586a1799ea9024297e1 /Source
parent8ca558db9b1c5580334489fc56989d9c71bc4efc (diff)
downloadCMake-7f11eda79aa1e5696d2c815be4b3423331d0fe35.zip
CMake-7f11eda79aa1e5696d2c815be4b3423331d0fe35.tar.gz
CMake-7f11eda79aa1e5696d2c815be4b3423331d0fe35.tar.bz2
STYLE: Nightly Version update
Diffstat (limited to 'Source')
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index 3769440..dfb31ba 100644
--- a/Source/cmVersion.cxx
+++ b/Source/cmVersion.cxx
@@ -19,7 +19,7 @@
std::string cmVersion::GetReleaseVersion()
{
#if CMake_VERSION_MINOR & 1
- std::string cver = "Date: 2005-07-19 14:10:31 +0000";
+ std::string cver = "Date: 2005-07-20 14:16:03 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;