summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-11-15 13:22:56 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-11-15 13:22:56 (GMT)
commit327d94b489f0a30fa96af32525aeeeea8e889194 (patch)
treeccee5b402c8d8b6173aeae080ac08d7bb6a2e724
parenta05df0a6d0bdc2eabdeb096958f955e1c1eaa1fc (diff)
downloadCMake-327d94b489f0a30fa96af32525aeeeea8e889194.zip
CMake-327d94b489f0a30fa96af32525aeeeea8e889194.tar.gz
CMake-327d94b489f0a30fa96af32525aeeeea8e889194.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 e3818af..685d822 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-14 13:21:01 +0000";
+ std::string cver = "Date: 2004-11-15 13:22:56 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;