summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-01-16 05:42:30 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-01-16 05:42:30 (GMT)
commitc59c3d37a8b102a6e8749223c3b30ee64f5c93ef (patch)
treec76dcd3ba35556389238358dc6bbcccea3f6625b /Source
parente6edd4e87bbc3b04fc393a9af71c4e862cd52b7f (diff)
downloadCMake-c59c3d37a8b102a6e8749223c3b30ee64f5c93ef.zip
CMake-c59c3d37a8b102a6e8749223c3b30ee64f5c93ef.tar.gz
CMake-c59c3d37a8b102a6e8749223c3b30ee64f5c93ef.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 a910526..693c483 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-01-15 05:43:10 +0000";
+ std::string cver = "Date: 2006-01-16 05:42:30 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;