summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-01-30 10:23:26 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-01-30 10:23:26 (GMT)
commit7f9fab306be3a3968092175dcc8db6812e2b9cbc (patch)
tree72cc28bdedb6d80513edbb8a7c6ddd4364524a31 /Source/cmVersion.cxx
parent52b533ce2b4ed276affdbdf1a0ad11d68b4ea5fa (diff)
downloadCMake-7f9fab306be3a3968092175dcc8db6812e2b9cbc.zip
CMake-7f9fab306be3a3968092175dcc8db6812e2b9cbc.tar.gz
CMake-7f9fab306be3a3968092175dcc8db6812e2b9cbc.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 5985658..bcc17eb 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: 2005-01-29 10:23:58 +0000";
+ std::string cver = "Date: 2005-01-30 10:23:26 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;