summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-08-16 03:09:40 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-08-16 03:09:40 (GMT)
commitf9cbfbb458f6184cadb4fd5c3634c576b37f6c3d (patch)
tree1ca9d2946a8342cc0271283a020c843ca54ae32d /Source/cmVersion.cxx
parentb100fe1fe1b94cd6cf48471a2d2c6f7b45f6e061 (diff)
downloadCMake-f9cbfbb458f6184cadb4fd5c3634c576b37f6c3d.zip
CMake-f9cbfbb458f6184cadb4fd5c3634c576b37f6c3d.tar.gz
CMake-f9cbfbb458f6184cadb4fd5c3634c576b37f6c3d.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 df020d1..21840af 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-08-15 03:15:22 +0000";
+ std::string cver = "Date: 2007-08-16 03:09:40 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;