diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-04-02 12:35:58 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-04-02 12:35:58 (GMT) |
commit | c0fe6aa97af5fa668fecf839e3baaafe4ffc2ad0 (patch) | |
tree | 93b11e82e40d5d437930bc54fb75344289a7b017 /Source | |
parent | 5e7b5dd3ef444913032342b85aa9574d86c0fe6e (diff) | |
download | CMake-c0fe6aa97af5fa668fecf839e3baaafe4ffc2ad0.zip CMake-c0fe6aa97af5fa668fecf839e3baaafe4ffc2ad0.tar.gz CMake-c0fe6aa97af5fa668fecf839e3baaafe4ffc2ad0.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 bda9b56..1d5bd63 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-04-01 12:37:58 +0000"; + std::string cver = "Date: 2006-04-02 12:35:58 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |