summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-03-09 07:41:51 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-03-09 07:41:51 (GMT)
commit12d406675adb62db00743479cfeb23d4500680f8 (patch)
tree0d0abbc3facf1f9daf3a1d01486ea72d174e5b64
parente97157feb13e4e2a5719adb8eda2d68e2535d00f (diff)
downloadCMake-12d406675adb62db00743479cfeb23d4500680f8.zip
CMake-12d406675adb62db00743479cfeb23d4500680f8.tar.gz
CMake-12d406675adb62db00743479cfeb23d4500680f8.tar.bz2
STYLE: Nightly Version update
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index 180e11c..656f2e7 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: 2006-03-08 07:43:44 +0000";
+ std::string cver = "Date: 2006-03-09 07:41:51 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;