summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-01-21 02:05:39 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-01-21 02:05:39 (GMT)
commitaa761edc134261b8da8d21f6fefc86ef5f604da5 (patch)
treedd4bc44edfa631b418479de07838848c6a61faa5 /Source/cmVersion.cxx
parent66718107dbe432d518ca1337cfb54ec592f4dfc6 (diff)
downloadCMake-aa761edc134261b8da8d21f6fefc86ef5f604da5.zip
CMake-aa761edc134261b8da8d21f6fefc86ef5f604da5.tar.gz
CMake-aa761edc134261b8da8d21f6fefc86ef5f604da5.tar.bz2
STYLE: Nightly Version update
Diffstat (limited to 'Source/cmVersion.cxx')
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index ed1c22a..78c4c89 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-20 01:10:34 +0000";
+ std::string cver = "Date: 2007-01-21 02:05:39 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;