summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-07-27 08:22:32 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-07-27 08:22:32 (GMT)
commite2aeecc29440b906fad3d8964b169b62cdfef188 (patch)
treee64a112ce3840b5497b3b73a10ba91ca54eee1f1
parent3017259ac468447c2f0284933551e62cb44ae83c (diff)
downloadCMake-e2aeecc29440b906fad3d8964b169b62cdfef188.zip
CMake-e2aeecc29440b906fad3d8964b169b62cdfef188.tar.gz
CMake-e2aeecc29440b906fad3d8964b169b62cdfef188.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 fc6830f..6c59aa7 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-07-26 15:21:47 +0000";
+ std::string cver = "Date: 2007-07-27 08:22:31 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;