summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-03-30 07:19:27 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-03-30 07:19:27 (GMT)
commit7298d226669ce027d06bc38a36618fa646610614 (patch)
tree968605291f14bf327f0e5c6a23f83c60e829185b /Source
parent62969492b027404ec94a48bca8ef02f9ef5c2cb7 (diff)
downloadCMake-7298d226669ce027d06bc38a36618fa646610614.zip
CMake-7298d226669ce027d06bc38a36618fa646610614.tar.gz
CMake-7298d226669ce027d06bc38a36618fa646610614.tar.bz2
STYLE: Nightly Version update
Diffstat (limited to 'Source')
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index 2630509..5982d77 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-03-29 07:21:19 +0000";
+ std::string cver = "Date: 2005-03-30 07:19:27 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;