diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-02-02 10:44:04 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-02-02 10:44:04 (GMT) |
commit | 0aa05c1f7b8b1d224138e3f03c7883cec47335aa (patch) | |
tree | 3f32c3199bf11c3e898bdd0b9d0b7569e53c1906 /Source | |
parent | f403811a0c91c5186736e88951f16a94cdff40dc (diff) | |
download | CMake-0aa05c1f7b8b1d224138e3f03c7883cec47335aa.zip CMake-0aa05c1f7b8b1d224138e3f03c7883cec47335aa.tar.gz CMake-0aa05c1f7b8b1d224138e3f03c7883cec47335aa.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 b0aedd0..b9e84c0 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-02-01 10:38:49 +0000"; + std::string cver = "Date: 2005-02-02 10:44:04 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |