diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-11-13 13:11:04 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-11-13 13:11:04 (GMT) |
commit | 236692633b95474fef587d3c69de2923080bbdca (patch) | |
tree | e0a6f9c92374b8425e0f7df12f596068d197a5d0 /Source | |
parent | 6609a53d24032c081e12cbded5c3fefed0e2668f (diff) | |
download | CMake-236692633b95474fef587d3c69de2923080bbdca.zip CMake-236692633b95474fef587d3c69de2923080bbdca.tar.gz CMake-236692633b95474fef587d3c69de2923080bbdca.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 bab0b14..fe7bb13 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-11-12 13:08:43 +0000"; + std::string cver = "Date: 2006-11-13 13:11:04 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |