Skip to content
Snippets Groups Projects
Commit 5e6f6f4a authored by Andy Cedilnik's avatar Andy Cedilnik
Browse files

STYLE: Nightly Version update

parent a85e26d9
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@
std::string cmVersion::GetReleaseVersion()
{
#if CMake_VERSION_MINOR & 1
std::string cver = "Date: 2007-01-13 01:40:21 +0000";
std::string cver = "Date: 2007-01-14 01:12:19 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment