summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-10-23 03:10:52 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-10-23 03:10:52 (GMT)
commit5c8401f72e041178944e4615c6070d42ebda4eb7 (patch)
treefea4af85cbcc60dfacb0a407ad2cfab19114ef7e /Source/cmVersion.cxx
parent617e6082fa61b14410a2b264245c2814a9d3e89e (diff)
downloadCMake-5c8401f72e041178944e4615c6070d42ebda4eb7.zip
CMake-5c8401f72e041178944e4615c6070d42ebda4eb7.tar.gz
CMake-5c8401f72e041178944e4615c6070d42ebda4eb7.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 b98738f..59a1b46 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-10-22 03:39:26 +0000";
+ std::string cver = "Date: 2007-10-23 03:10:52 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;