summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-04-13 05:06:52 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-04-13 05:06:52 (GMT)
commite855341a1a1682198ab33d975edb0f88b84de3da (patch)
tree2939ed83c9da54dc6dc26d6be7f431437d64554e
parent5981d23d0e486829f061399cebeb365e77edcd0c (diff)
downloadCMake-e855341a1a1682198ab33d975edb0f88b84de3da.zip
CMake-e855341a1a1682198ab33d975edb0f88b84de3da.tar.gz
CMake-e855341a1a1682198ab33d975edb0f88b84de3da.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 01a70c7..445defd 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-04-11 21:22:15 +0000";
+ std::string cver = "Date: 2007-04-13 05:06:52 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;