summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-11-26 12:12:19 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-11-26 12:12:19 (GMT)
commita72f4c0052444a67837d2ab0259e2618213053b4 (patch)
tree5e215c7ec75ffda60b1320feab307b9e10158be9 /Source
parent11e1ac0b665b21eb8c4f8f302ee4cc187d19fc34 (diff)
downloadCMake-a72f4c0052444a67837d2ab0259e2618213053b4.zip
CMake-a72f4c0052444a67837d2ab0259e2618213053b4.tar.gz
CMake-a72f4c0052444a67837d2ab0259e2618213053b4.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 43f3555..1aab428 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-11-26 02:43:24 +0000";
+ std::string cver = "Date: 2006-11-26 12:12:19 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;