summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-04-27 12:01:46 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-04-27 12:01:46 (GMT)
commitb11d60c2e55315e1e32f136ca60d78c9802d0cb8 (patch)
tree5ff78c48dbc8fc608043f58b90d231e09cd0eada /Source
parenta3cd7fd1b55e88da5a596ca88e9f7b0f90155087 (diff)
downloadCMake-b11d60c2e55315e1e32f136ca60d78c9802d0cb8.zip
CMake-b11d60c2e55315e1e32f136ca60d78c9802d0cb8.tar.gz
CMake-b11d60c2e55315e1e32f136ca60d78c9802d0cb8.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 705ac53..0be26ac 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: 2006-04-26 12:01:35 +0000";
+ std::string cver = "Date: 2006-04-27 12:01:46 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;