summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-12-25 06:07:33 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-12-25 06:07:33 (GMT)
commit41e0d83b694036a8a31a97069208abbad63d9172 (patch)
tree46d564bc9e402b03ba0a4f1a99c5ec42fb4518c2
parentc8993a5952b5b98a3024882e9fdff6d49f61e0c0 (diff)
downloadCMake-41e0d83b694036a8a31a97069208abbad63d9172.zip
CMake-41e0d83b694036a8a31a97069208abbad63d9172.tar.gz
CMake-41e0d83b694036a8a31a97069208abbad63d9172.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 a1996f7..3fa8b56 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-12-24 06:03:56 +0000";
+ std::string cver = "Date: 2005-12-25 06:07:33 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;