summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-04-29 08:15:51 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-04-29 08:15:51 (GMT)
commit1e6da64fc3c6083f4411c3628908857623b9982d (patch)
treefd627caee61307c3a3f3aaf29f0b60c28879bdeb
parent064ca3834b213152110ce8f2c099d1a2bb65eaff (diff)
downloadCMake-1e6da64fc3c6083f4411c3628908857623b9982d.zip
CMake-1e6da64fc3c6083f4411c3628908857623b9982d.tar.gz
CMake-1e6da64fc3c6083f4411c3628908857623b9982d.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 ef933c0..aab1c64 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-28 09:07:50 +0000";
+ std::string cver = "Date: 2005-04-29 08:15:51 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;