summaryrefslogtreecommitdiff
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-10-01 22:31:04 -0400
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-10-01 22:31:04 -0400
commit019a0989d5112ae27fc639390a2aebe648683167 (patch)
tree8e78df43b54b7633dbe6eb34b39da363ef578d8a /Source/cmVersion.cxx
parent890efa79807df367f506a3d35fe9a6b323133b2d (diff)
downloadcmake-019a0989d5112ae27fc639390a2aebe648683167.tar.gz
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 fc61844856..1be434618e 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-01 02:28:06 +0000";
+ std::string cver = "Date: 2007-10-02 02:31:04 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;