summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-04-21 12:06:27 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-04-21 12:06:27 (GMT)
commitc33c052ce475568fc354778774a39bf19a0dd7d2 (patch)
treee60feaddd73297f87181819a993404caa6d54566
parente3d7dbd2f8178069eb00227f075fc70972285286 (diff)
downloadCMake-c33c052ce475568fc354778774a39bf19a0dd7d2.zip
CMake-c33c052ce475568fc354778774a39bf19a0dd7d2.tar.gz
CMake-c33c052ce475568fc354778774a39bf19a0dd7d2.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 3716110..adc99f1 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-04-19 12:06:11 +0000";
+ std::string cver = "Date: 2006-04-21 12:06:27 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;