diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-03-23 13:13:48 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-03-23 13:13:48 (GMT) |
commit | b5fb13544df423af55791039eecf4790dc5e2b5b (patch) | |
tree | 9f01ce2c5151669269c13907d1288b6741b5af9d /Source/cmVersion.cxx | |
parent | f4e9a5e5ea6c960052af860a2b26b2c1dd4f1d3c (diff) | |
download | CMake-b5fb13544df423af55791039eecf4790dc5e2b5b.zip CMake-b5fb13544df423af55791039eecf4790dc5e2b5b.tar.gz CMake-b5fb13544df423af55791039eecf4790dc5e2b5b.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 9d934c5..59fc768 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-03-22 13:11:13 +0000"; + std::string cver = "Date: 2006-03-23 13:13:48 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |