summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-05-12 07:53:15 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-05-12 07:53:15 (GMT)
commite1c9730a0107c0c4af946afa25525c9de9dcd33b (patch)
treeab3c57924d461e14c220aae0e75138f248859c4f
parentc85069b290922572f9ef15a06ec1d0d0be3adaaa (diff)
downloadCMake-e1c9730a0107c0c4af946afa25525c9de9dcd33b.zip
CMake-e1c9730a0107c0c4af946afa25525c9de9dcd33b.tar.gz
CMake-e1c9730a0107c0c4af946afa25525c9de9dcd33b.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 5187184..773622d 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-05-11 07:55:30 +0000";
+ std::string cver = "Date: 2005-05-12 07:53:15 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;