summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-04-23 06:26:46 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-04-23 06:26:46 (GMT)
commit53ff7ca8090bc0cc0facc2ec25aab5f7933d635a (patch)
tree1e71b8998009890be28398f9984a742c8f79ef9b /Source
parentb1c528978705e7daab02660e19742bc4863fd8e9 (diff)
downloadCMake-53ff7ca8090bc0cc0facc2ec25aab5f7933d635a.zip
CMake-53ff7ca8090bc0cc0facc2ec25aab5f7933d635a.tar.gz
CMake-53ff7ca8090bc0cc0facc2ec25aab5f7933d635a.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 7586402..1621073 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: 2005-04-22 07:03:38 +0000";
+ std::string cver = "Date: 2005-04-23 06:26:46 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;