summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-03-19 06:35:50 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-03-19 06:35:50 (GMT)
commit43589ec702cd037ed6b5c9f2c8b7558f4cb8801b (patch)
tree4f1b88f403197b607c971f789b58b17709c8d433 /Source/cmVersion.cxx
parenta58b0d68568a8fdd07dec59576f40da5dffab192 (diff)
downloadCMake-43589ec702cd037ed6b5c9f2c8b7558f4cb8801b.zip
CMake-43589ec702cd037ed6b5c9f2c8b7558f4cb8801b.tar.gz
CMake-43589ec702cd037ed6b5c9f2c8b7558f4cb8801b.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 8c87c2b..9586c21 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-03-18 06:03:13 +0000";
+ std::string cver = "Date: 2007-03-19 06:35:50 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;