diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-01-23 10:56:42 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-01-23 10:56:42 (GMT) |
commit | 5fd8942da95aa307e7073613a7f975086215dbe9 (patch) | |
tree | 1ed308a9ed5ddf2c8b25b077c16354fb7fc11319 /Source/cmVersion.cxx | |
parent | 3fb09318d76ff483fe9025d57555fce70473f652 (diff) | |
download | CMake-5fd8942da95aa307e7073613a7f975086215dbe9.zip CMake-5fd8942da95aa307e7073613a7f975086215dbe9.tar.gz CMake-5fd8942da95aa307e7073613a7f975086215dbe9.tar.bz2 |
STYLE: Nightly Version update
Diffstat (limited to 'Source/cmVersion.cxx')
-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 e1bcae0..7f185d5 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-01-22 10:51:54 +0000"; + std::string cver = "Date: 2005-01-23 10:56:42 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |