summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-01-20 01:10:34 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-01-20 01:10:34 (GMT)
commit4fe11cca2fd7a631b292825bc7f4570770208df5 (patch)
tree7139605ef26b97229304e77a9770cfd9f5371306 /Source/cmVersion.cxx
parentc9c18982f3ec03100241cd3667395cade58450c6 (diff)
downloadCMake-4fe11cca2fd7a631b292825bc7f4570770208df5.zip
CMake-4fe11cca2fd7a631b292825bc7f4570770208df5.tar.gz
CMake-4fe11cca2fd7a631b292825bc7f4570770208df5.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 aa0fb6b..ed1c22a 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: 2007-01-19 01:10:24 +0000";
+ std::string cver = "Date: 2007-01-20 01:10:34 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;