summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-03-15 16:26:47 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-03-15 16:26:47 (GMT)
commit886e9bedc7e2f77f0035f21bd2b2b27c82696fa0 (patch)
treef288104dac2c231f41fb0f205d455f39ca5ac4ad
parent3d96e522617647665d7e99919ba71d34b1db870c (diff)
downloadCMake-886e9bedc7e2f77f0035f21bd2b2b27c82696fa0.zip
CMake-886e9bedc7e2f77f0035f21bd2b2b27c82696fa0.tar.gz
CMake-886e9bedc7e2f77f0035f21bd2b2b27c82696fa0.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 e51e3ed..56e62da 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-14 07:31:47 +0000";
+ std::string cver = "Date: 2006-03-15 16:26:47 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;