summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-01-08 02:05:36 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-01-08 02:05:36 (GMT)
commit74f75c84b8a3ebf10e6dcefb3000dd376b3d3c67 (patch)
tree42c0c4e906fd7c31de1b802a375b6e8672207300 /Source/cmVersion.cxx
parent1671455770b7637b66d6f5df8bd60cb1fdb5e9f7 (diff)
downloadCMake-74f75c84b8a3ebf10e6dcefb3000dd376b3d3c67.zip
CMake-74f75c84b8a3ebf10e6dcefb3000dd376b3d3c67.tar.gz
CMake-74f75c84b8a3ebf10e6dcefb3000dd376b3d3c67.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 7c86c58..3ace06f 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: 2007-01-07 03:56:16 +0000";
+ std::string cver = "Date: 2007-01-08 02:05:36 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;