summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-01-24 05:57:38 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-01-24 05:57:38 (GMT)
commitdaca5484b97ae89f78d35eb65cd5b2d3fcec2462 (patch)
tree9b5f7b140c4d9febfb8b17573723abd6e3337fe4 /Source
parenta6a20d8ce295322ae2c47c0730b5520f38620f02 (diff)
downloadCMake-daca5484b97ae89f78d35eb65cd5b2d3fcec2462.zip
CMake-daca5484b97ae89f78d35eb65cd5b2d3fcec2462.tar.gz
CMake-daca5484b97ae89f78d35eb65cd5b2d3fcec2462.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 84482aa..0c8a9f3 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-23 05:51:23 +0000";
+ std::string cver = "Date: 2006-01-24 05:57:38 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;