summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-09-08 13:58:13 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-09-08 13:58:13 (GMT)
commite37ab55fef73bf4865ead0e7106438ceb8981ba1 (patch)
tree2d8876ef768657a673e69c54c8b709bc72cbd62c
parentd458764791002788f60f72f101b9735e4cf12424 (diff)
downloadCMake-e37ab55fef73bf4865ead0e7106438ceb8981ba1.zip
CMake-e37ab55fef73bf4865ead0e7106438ceb8981ba1.tar.gz
CMake-e37ab55fef73bf4865ead0e7106438ceb8981ba1.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 b8b4ae5..130c1c8 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: 2006-09-07 12:58:46 +0000";
+ std::string cver = "Date: 2006-09-08 13:58:13 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;