summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-10-03 02:27:24 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-10-03 02:27:24 (GMT)
commit87bf9f14903d3042924eb278ebbf628af51278c1 (patch)
tree08af38cc65c55af44c52dcba8265918a7eea50c4 /Source/cmVersion.cxx
parente0899bcaf2a813d2210cb6f991ed354645ef83c1 (diff)
downloadCMake-87bf9f14903d3042924eb278ebbf628af51278c1.zip
CMake-87bf9f14903d3042924eb278ebbf628af51278c1.tar.gz
CMake-87bf9f14903d3042924eb278ebbf628af51278c1.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 1be4346..e07dfc2 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-02 02:31:04 +0000";
+ std::string cver = "Date: 2007-10-03 02:27:24 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;