diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-06-23 05:02:16 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-06-23 05:02:16 (GMT) |
commit | ba46a225dc33076cc5abbd760be4605398a3ee85 (patch) | |
tree | a35025cb60771ebe6ece7302d23eb1781131edfb /Source | |
parent | 2acd7c07ba9bf2c3ed6e31fe113bda04332cef6a (diff) | |
download | CMake-ba46a225dc33076cc5abbd760be4605398a3ee85.zip CMake-ba46a225dc33076cc5abbd760be4605398a3ee85.tar.gz CMake-ba46a225dc33076cc5abbd760be4605398a3ee85.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 e40d7bb..4050207 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-06-21 10:32:22 +0000"; + std::string cver = "Date: 2007-06-23 05:02:16 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |