summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-10-18 02:55:05 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-10-18 02:55:05 (GMT)
commit83a3d37ff62d992e702ba29d4c75f44b3edc9343 (patch)
treef5d48e4a3bdc4d93089ca41581e8e2681eded83f /Source/cmVersion.cxx
parent7513523872e83cd56717824b5522291a0f926905 (diff)
downloadCMake-83a3d37ff62d992e702ba29d4c75f44b3edc9343.zip
CMake-83a3d37ff62d992e702ba29d4c75f44b3edc9343.tar.gz
CMake-83a3d37ff62d992e702ba29d4c75f44b3edc9343.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 36f26c3..fd50fcd 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-10-17 02:51:25 +0000";
+ std::string cver = "Date: 2007-10-18 02:55:05 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;