summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-03-19 12:53:12 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-03-19 12:53:12 (GMT)
commita6acd304fd8caf4ecf1af1cd9f329b68d622c5b3 (patch)
tree0857db5365320cbce6580df623024e88fcad37ef /Source
parent640ee2e7665ccfa235fa87057bfd48cb09fdeb19 (diff)
downloadCMake-a6acd304fd8caf4ecf1af1cd9f329b68d622c5b3.zip
CMake-a6acd304fd8caf4ecf1af1cd9f329b68d622c5b3.tar.gz
CMake-a6acd304fd8caf4ecf1af1cd9f329b68d622c5b3.tar.bz2
STYLE: Nightly Version update
Diffstat (limited to 'Source')
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index 389a099..647506b 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-18 13:59:09 +0000";
+ std::string cver = "Date: 2006-03-19 12:53:12 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;