diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-04-26 12:01:35 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-04-26 12:01:35 (GMT) |
commit | c5beebd090f5fd7acc1160660d1669542cf6115a (patch) | |
tree | e379957d455e94137dc6e43000088fdb07aeb727 /Source/cmVersion.cxx | |
parent | c3078abfe592b5325dcd0b28ef9594c9505d1263 (diff) | |
download | CMake-c5beebd090f5fd7acc1160660d1669542cf6115a.zip CMake-c5beebd090f5fd7acc1160660d1669542cf6115a.tar.gz CMake-c5beebd090f5fd7acc1160660d1669542cf6115a.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 cb7bfc6..705ac53 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-04-25 12:04:30 +0000"; + std::string cver = "Date: 2006-04-26 12:01:35 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |