diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-12-13 08:23:32 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-12-13 08:23:32 (GMT) |
commit | 7d1801beeea65394795bf4254e678bfc5d5631c2 (patch) | |
tree | c3dbcea188ee232a8dc5cb2a2485943bb2102dd6 /Source | |
parent | ed4d2ec51e6e28be0daefe263df998b176adb980 (diff) | |
download | CMake-7d1801beeea65394795bf4254e678bfc5d5631c2.zip CMake-7d1801beeea65394795bf4254e678bfc5d5631c2.tar.gz CMake-7d1801beeea65394795bf4254e678bfc5d5631c2.tar.bz2 |
STYLE: Nightly Version update
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmVersion.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx index 6d15dbb..2ac49bd 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: 2006-12-12 08:29:30 +0000"; + std::string cver = "Date: 2006-12-13 08:23:32 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |