diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-12-15 08:32:35 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-12-15 08:32:35 (GMT) |
commit | 6469e1a4c4db971c419788fdd05c60fa3d12b474 (patch) | |
tree | f404460f18685ffa40233288627c4dff562b252e /Source | |
parent | f7611f167cef7d5d517e901984f5f6c72aa61cf9 (diff) | |
download | CMake-6469e1a4c4db971c419788fdd05c60fa3d12b474.zip CMake-6469e1a4c4db971c419788fdd05c60fa3d12b474.tar.gz CMake-6469e1a4c4db971c419788fdd05c60fa3d12b474.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 33006c5..426d83d 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-12-14 08:26:44 +0000"; + std::string cver = "Date: 2006-12-15 08:32:35 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |