summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-12-24 06:03:56 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-12-24 06:03:56 (GMT)
commitc8993a5952b5b98a3024882e9fdff6d49f61e0c0 (patch)
treecf8d6ebb17d61a44ee3361cac31ef920818d2a7a /Source/cmVersion.cxx
parentba556d47dd9b021234b67a8e6e6c11e035b89619 (diff)
downloadCMake-c8993a5952b5b98a3024882e9fdff6d49f61e0c0.zip
CMake-c8993a5952b5b98a3024882e9fdff6d49f61e0c0.tar.gz
CMake-c8993a5952b5b98a3024882e9fdff6d49f61e0c0.tar.bz2
STYLE: Nightly Version update
Diffstat (limited to 'Source/cmVersion.cxx')
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index 2170cc1..a1996f7 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-12-23 06:09:53 +0000";
+ std::string cver = "Date: 2005-12-24 06:03:56 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;