diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-01-04 06:15:20 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-01-04 06:15:20 (GMT) |
commit | 0a3571306f3790f8b33131311af0c1ff2f039465 (patch) | |
tree | 250793022b6822a967f25cff97e637a7252dc0d9 /Source | |
parent | 2c73d2e0f3c5ab4da8ef78bd99309522c05349a0 (diff) | |
download | CMake-0a3571306f3790f8b33131311af0c1ff2f039465.zip CMake-0a3571306f3790f8b33131311af0c1ff2f039465.tar.gz CMake-0a3571306f3790f8b33131311af0c1ff2f039465.tar.bz2 |
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 6c10d7b..87d7bcd 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: 2006-01-03 06:11:26 +0000"; + std::string cver = "Date: 2006-01-04 06:15:20 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |