summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-03-21 13:20:33 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-03-21 13:20:33 (GMT)
commitb29c26eb3f6e9ba7955d7a2a4a1cba614bd6fb0c (patch)
tree9fa3a7ab8147fb89186bc57f13efea15686c7ccc /Source/cmVersion.cxx
parentfbfbe4717fb3687c5daee40dbb69e47992c0ef4f (diff)
downloadCMake-b29c26eb3f6e9ba7955d7a2a4a1cba614bd6fb0c.zip
CMake-b29c26eb3f6e9ba7955d7a2a4a1cba614bd6fb0c.tar.gz
CMake-b29c26eb3f6e9ba7955d7a2a4a1cba614bd6fb0c.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 8420aa4..80602dd 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-03-20 12:55:15 +0000";
+ std::string cver = "Date: 2006-03-21 13:20:33 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;