summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-04-04 07:01:45 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-04-04 07:01:45 (GMT)
commitf9545f3fef513dd2d09b9b611111b17abc3609de (patch)
tree46eae6fd0ed8c8a9c272597458c4415064ad0998 /Source
parenta5f561055fe4ca05f89c4c9d33cf2df9434446c0 (diff)
downloadCMake-f9545f3fef513dd2d09b9b611111b17abc3609de.zip
CMake-f9545f3fef513dd2d09b9b611111b17abc3609de.tar.gz
CMake-f9545f3fef513dd2d09b9b611111b17abc3609de.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 0f377d0..cdbadda 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-04-03 07:17:01 +0000";
+ std::string cver = "Date: 2005-04-04 07:01:45 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;