summaryrefslogtreecommitdiff
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-08-03 23:07:44 -0400
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-08-03 23:07:44 -0400
commit0b9d3775ec6a174158a2b2539b895e6eff85d614 (patch)
tree16950cfe315e53a18b6e54453f846508fac3afdd /Source/cmVersion.cxx
parent65ae576c014197cf45c22f98218111c7be89d72e (diff)
downloadcmake-0b9d3775ec6a174158a2b2539b895e6eff85d614.tar.gz
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 2b0ed7cd20..4c2596ec38 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-08-03 03:18:32 +0000";
+ std::string cver = "Date: 2007-08-04 03:07:44 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;