summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-07-21 02:46:44 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-07-21 02:46:44 (GMT)
commit425b912f665b0f2b698cbf3522649f44afdf4ae6 (patch)
tree2cd3c04123f58c75dc30906ae0d26d43bb255b59 /Source/cmVersion.cxx
parentc11de849cda4eb92b9c8e5386bab77e69965963f (diff)
downloadCMake-425b912f665b0f2b698cbf3522649f44afdf4ae6.zip
CMake-425b912f665b0f2b698cbf3522649f44afdf4ae6.tar.gz
CMake-425b912f665b0f2b698cbf3522649f44afdf4ae6.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 3cad049..13a5b06 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-07-20 01:02:11 +0000";
+ std::string cver = "Date: 2007-07-21 02:46:44 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;