diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-12-21 06:04:27 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-12-21 06:04:27 (GMT) |
commit | 932c5b74b8a1a7a10bc89c2084102790eed3f83e (patch) | |
tree | 636c92933e301e3edb9d0c9826d23af37b886a8a /Source | |
parent | c3a5319a09680eb71fd07829a8f82db1bd79af2d (diff) | |
download | CMake-932c5b74b8a1a7a10bc89c2084102790eed3f83e.zip CMake-932c5b74b8a1a7a10bc89c2084102790eed3f83e.tar.gz CMake-932c5b74b8a1a7a10bc89c2084102790eed3f83e.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 269d6d8..d306f01 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-12-20 06:11:17 +0000"; + std::string cver = "Date: 2005-12-21 06:04:27 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |