diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-01-09 02:01:03 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-01-09 02:01:03 (GMT) |
commit | 8fe00d7a0b3a88d70281c78c72ab5c0d63eb7549 (patch) | |
tree | 42e2b78af4e2c511408c5bc928fdd8a69ddd75e5 /Source | |
parent | 55f5f27cd690de6c730e332fc4207f3eff800dec (diff) | |
download | CMake-8fe00d7a0b3a88d70281c78c72ab5c0d63eb7549.zip CMake-8fe00d7a0b3a88d70281c78c72ab5c0d63eb7549.tar.gz CMake-8fe00d7a0b3a88d70281c78c72ab5c0d63eb7549.tar.bz2 |
STYLE: Nightly Version update
Diffstat (limited to 'Source')
-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 3ace06f..2dcf44b 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-08 02:05:36 +0000"; + std::string cver = "Date: 2007-01-09 02:01:03 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |