summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-04-12 12:15:47 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-04-12 12:15:47 (GMT)
commit1f5f2ce85f50faed6f1f6acd2eb8436e241f210c (patch)
treec0cbb75cafd2507e58167b26fb4cdda46b50c8e9 /Source/cmVersion.cxx
parent852135074ed1ee273e4190a116564295aa8a3f15 (diff)
downloadCMake-1f5f2ce85f50faed6f1f6acd2eb8436e241f210c.zip
CMake-1f5f2ce85f50faed6f1f6acd2eb8436e241f210c.tar.gz
CMake-1f5f2ce85f50faed6f1f6acd2eb8436e241f210c.tar.bz2
STYLE: Nightly Version update
Diffstat (limited to 'Source/cmVersion.cxx')
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index d1e18ec..cab66c1 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-11 12:16:12 +0000";
+ std::string cver = "Date: 2006-04-12 12:15:47 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;