summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-02-13 04:16:21 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-02-13 04:16:21 (GMT)
commit4904db4c8f856213fad9976c5b5ce9071dd08bdf (patch)
tree85e09c6f1d5bd3c90d63083cf993242849efeb8d
parenta5aa05c051316ae068b37e933bda648945dfc855 (diff)
downloadCMake-4904db4c8f856213fad9976c5b5ce9071dd08bdf.zip
CMake-4904db4c8f856213fad9976c5b5ce9071dd08bdf.tar.gz
CMake-4904db4c8f856213fad9976c5b5ce9071dd08bdf.tar.bz2
STYLE: Nightly Version update
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index 50579aa..8bed80f 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-12 03:34:29 +0000";
+ std::string cver = "Date: 2007-02-13 04:16:21 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;