diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-12-12 08:29:30 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-12-12 08:29:30 (GMT) |
commit | 97eceffa232f615f7352e871ff35c2de0f498db4 (patch) | |
tree | afc8e2484974f9d55bfe82dd8e15bf9df778177e /Source/cmVersion.cxx | |
parent | 179579bed7aa3e1d6894e0f8399e9a53ca450112 (diff) | |
download | CMake-97eceffa232f615f7352e871ff35c2de0f498db4.zip CMake-97eceffa232f615f7352e871ff35c2de0f498db4.tar.gz CMake-97eceffa232f615f7352e871ff35c2de0f498db4.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 2075820..6d15dbb 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-11 08:20:51 +0000"; + std::string cver = "Date: 2006-12-12 08:29:30 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |