summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-03-29 06:41:21 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-03-29 06:41:21 (GMT)
commit9858fe9b214d117c2673439ea6283c2519578643 (patch)
tree3f65bc0fdd1a7158471859a1be902ffbe1dcc00e /Source
parentfabd9def6864aa461055e10002a7fc45c5ce85d7 (diff)
downloadCMake-9858fe9b214d117c2673439ea6283c2519578643.zip
CMake-9858fe9b214d117c2673439ea6283c2519578643.tar.gz
CMake-9858fe9b214d117c2673439ea6283c2519578643.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 8fb7ecd..a5f2826 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: 2007-03-28 06:51:31 +0000";
+ std::string cver = "Date: 2007-03-29 06:41:21 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;