summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-04-15 07:46:09 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-04-15 07:46:09 (GMT)
commitee4ab6385e7d0911553daccd9202707307ef2470 (patch)
treeda211211542673ebb5c3b16f8207c54b872f99d5 /Source/cmVersion.cxx
parent14a53e65eab7ae421396d9967ee8207647513730 (diff)
downloadCMake-ee4ab6385e7d0911553daccd9202707307ef2470.zip
CMake-ee4ab6385e7d0911553daccd9202707307ef2470.tar.gz
CMake-ee4ab6385e7d0911553daccd9202707307ef2470.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 9fc92a5..e5d05fe 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-04-14 06:53:21 +0000";
+ std::string cver = "Date: 2007-04-15 07:46:09 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;