summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-11-30 11:29:30 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-11-30 11:29:30 (GMT)
commitde4a1c3b9ce21d5e2320097b8f820e9cc76788d1 (patch)
tree118d90eb81203b620ab983cc079c8d9601960a41
parent201d132c2597f551763669da229a9ba5806515fc (diff)
downloadCMake-de4a1c3b9ce21d5e2320097b8f820e9cc76788d1.zip
CMake-de4a1c3b9ce21d5e2320097b8f820e9cc76788d1.tar.gz
CMake-de4a1c3b9ce21d5e2320097b8f820e9cc76788d1.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 eb00eb1..f172148 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: 2004-11-29 11:21:04 +0000";
+ std::string cver = "Date: 2004-11-30 11:29:30 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;