summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-11-02 09:14:20 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-11-02 09:14:20 (GMT)
commit35b529cc3e4dde27ec1c873eefb919c16c089dad (patch)
treef675c2ef6322a46f413a6364138987ad082e9940
parenta8d79ab9cc5a957824773ec44e31ef4ac0e1e273 (diff)
downloadCMake-35b529cc3e4dde27ec1c873eefb919c16c089dad.zip
CMake-35b529cc3e4dde27ec1c873eefb919c16c089dad.tar.gz
CMake-35b529cc3e4dde27ec1c873eefb919c16c089dad.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 65d913a..132b613 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: 2005-10-31 17:09:36 +0000";
+ std::string cver = "Date: 2005-11-02 09:14:20 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;