summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-02-02 10:44:04 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-02-02 10:44:04 (GMT)
commit0aa05c1f7b8b1d224138e3f03c7883cec47335aa (patch)
tree3f32c3199bf11c3e898bdd0b9d0b7569e53c1906 /Source
parentf403811a0c91c5186736e88951f16a94cdff40dc (diff)
downloadCMake-0aa05c1f7b8b1d224138e3f03c7883cec47335aa.zip
CMake-0aa05c1f7b8b1d224138e3f03c7883cec47335aa.tar.gz
CMake-0aa05c1f7b8b1d224138e3f03c7883cec47335aa.tar.bz2
STYLE: Nightly Version update
Diffstat (limited to 'Source')
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index b0aedd0..b9e84c0 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-02-01 10:38:49 +0000";
+ std::string cver = "Date: 2005-02-02 10:44:04 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;