summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-09-13 08:52:02 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-09-13 08:52:02 (GMT)
commitf9fa8ee068e1805cbe336f30e88174eb7d871ad9 (patch)
tree72029d84007a1b5fedf880b4001d67be449115b2
parenta9344a547ba96d7f0f4b3f53e101ba0711c1db38 (diff)
downloadCMake-f9fa8ee068e1805cbe336f30e88174eb7d871ad9.zip
CMake-f9fa8ee068e1805cbe336f30e88174eb7d871ad9.tar.gz
CMake-f9fa8ee068e1805cbe336f30e88174eb7d871ad9.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 5611534..333ffaa 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-09-12 08:37:50 +0000";
+ std::string cver = "Date: 2005-09-13 08:52:02 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;