Skip to content
Snippets Groups Projects
Commit 54b843cf authored by toole1's avatar toole1
Browse files

monad patch update for mp6.1

git-svn-id: https://subversion.cs.illinois.edu/svn/cs225@5313 6fbd10e7-183d-0410-a318-cb416676e4f2
parent f516931c
No related branches found
No related tags found
No related merge requests found
monad identification file
This file is used for monad directory identification
Built by toole1 on linux3.ews.illinois.edu
Build Date: Mon Nov 14 23:49:24 CST 2011
Build Date: Tue Nov 15 18:51:43 CST 2011
No preview for this file type
......@@ -82,7 +82,7 @@ int main(int argc, const char * const * argv)
cout << versioninfo::official_name << endl;
cout << "Testing " << assignment_base;
if (mp_part != no_mp_part) cout << '.' << mp_part;
if (mp_part != no_mp_part) cout << '.' << (int)mp_part;
cout << "..." << endl;
cout << getRandomQuote() << endl;
cout << endl;
......
......@@ -15,7 +15,7 @@ namespace versioninfo
{
const char * official_name = "Monad Autograder";
const char * version_name = "confession";
const Version version_num = Version(2, 1, 1, 1);
const Version version_num = Version(2, 1, 1, 2);
const char * date = "10 Nov 2011";
}
......
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