summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-09-19 08:45:24 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-09-19 08:45:24 (GMT)
commit487c5439a3b4a02fd87d3087e615005da994d6e7 (patch)
tree97896af13beda007a30312e444a01145be0e42a6 /Source
parente2d7c3a4e46e64cd7a06b4dd8d3afb2d25c3b9f5 (diff)
downloadCMake-487c5439a3b4a02fd87d3087e615005da994d6e7.zip
CMake-487c5439a3b4a02fd87d3087e615005da994d6e7.tar.gz
CMake-487c5439a3b4a02fd87d3087e615005da994d6e7.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 512c720..76e261b 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-09-18 08:35:34 +0000";
+ std::string cver = "Date: 2005-09-19 08:45:24 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;