diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-02-03 07:29:45 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-02-03 07:29:45 (GMT) |
commit | 0f5aced5029203a7a833e81f2f36dafcd3c56d99 (patch) | |
tree | 63735d460b4e6fdd81e0215d0c6f423ac36cf079 /Source/cmVersion.cxx | |
parent | 02f743c896c154ecdb20d8c02b872e28ef4f48ac (diff) | |
download | CMake-0f5aced5029203a7a833e81f2f36dafcd3c56d99.zip CMake-0f5aced5029203a7a833e81f2f36dafcd3c56d99.tar.gz CMake-0f5aced5029203a7a833e81f2f36dafcd3c56d99.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 84266bc..653f20f 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-02-02 08:30:30 +0000"; + std::string cver = "Date: 2006-02-03 07:29:45 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |