summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-04-28 09:07:50 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-04-28 09:07:50 (GMT)
commit6ae09b0f5ad282023424073a8260a522fcc8a2bf (patch)
tree682f5335a4de7c140544031dc97a0a78e1a8d3d7
parent4b371ed7fe32ddf1bc2633a7cbcae0943a908d45 (diff)
downloadCMake-6ae09b0f5ad282023424073a8260a522fcc8a2bf.zip
CMake-6ae09b0f5ad282023424073a8260a522fcc8a2bf.tar.gz
CMake-6ae09b0f5ad282023424073a8260a522fcc8a2bf.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 e8eef17..ef933c0 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-04-27 08:35:36 +0000";
+ std::string cver = "Date: 2005-04-28 09:07:50 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;