diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-03-24 02:47:08 -0400 |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-03-24 02:47:08 -0400 |
commit | d17dac47b9362bdc48f584bc2e4d513d9e560030 (patch) | |
tree | 00c69354beac831188e2aaa3c3e40f6e58382822 /Source | |
parent | 239ee9c26c933b3eed197af40290c3416fce8dcc (diff) | |
download | cmake-d17dac47b9362bdc48f584bc2e4d513d9e560030.tar.gz |
STYLE: Nightly Version update
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmVersion.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx index 5cd401f83b..08fd3f2f4a 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: 2007-03-23 06:33:35 +0000"; + std::string cver = "Date: 2007-03-24 06:47:08 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |