summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-02-19 02:44:54 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-02-19 02:44:54 (GMT)
commit32af87ad04128b90c817a66a481dfc320c93604d (patch)
tree590b8506f11f964e722d003e3d38ca0282ecc7af /Source
parent857a54ec54db19273e56352d0a38f31bb0e35bdd (diff)
downloadCMake-32af87ad04128b90c817a66a481dfc320c93604d.zip
CMake-32af87ad04128b90c817a66a481dfc320c93604d.tar.gz
CMake-32af87ad04128b90c817a66a481dfc320c93604d.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 6fc0dc8..31763f6 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-02-18 03:43:04 +0000";
+ std::string cver = "Date: 2007-02-19 02:44:54 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;