diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-01-08 02:05:36 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-01-08 02:05:36 (GMT) |
commit | 74f75c84b8a3ebf10e6dcefb3000dd376b3d3c67 (patch) | |
tree | 42c0c4e906fd7c31de1b802a375b6e8672207300 /Source/cmVersion.cxx | |
parent | 1671455770b7637b66d6f5df8bd60cb1fdb5e9f7 (diff) | |
download | CMake-74f75c84b8a3ebf10e6dcefb3000dd376b3d3c67.zip CMake-74f75c84b8a3ebf10e6dcefb3000dd376b3d3c67.tar.gz CMake-74f75c84b8a3ebf10e6dcefb3000dd376b3d3c67.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 7c86c58..3ace06f 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: 2007-01-07 03:56:16 +0000"; + std::string cver = "Date: 2007-01-08 02:05:36 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |