Skip to content

Commit

Permalink
Add missing version string
Browse files Browse the repository at this point in the history
  • Loading branch information
kumpera committed Mar 1, 2011
1 parent 6621fbe commit ad659f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mono/metadata/domain.c
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ static MonoAotModuleInfoTable *aot_modules = NULL;
static const MonoRuntimeInfo supported_runtimes[] = {
{"v2.0.50215","2.0", { {2,0,0,0}, {8,0,0,0}, { 3, 5, 0, 0 } } },
{"v2.0.50727","2.0", { {2,0,0,0}, {8,0,0,0}, { 3, 5, 0, 0 } } },
{"v4.0.20506","4.0", { {4,0,0,0}, {10,0,0,0}, { 4, 0, 0, 0 } } },
{"v4.0.30128","4.0", { {4,0,0,0}, {10,0,0,0}, { 4, 0, 0, 0 } } },
{"v4.0.30319","4.0", { {4,0,0,0}, {10,0,0,0}, { 4, 0, 0, 0 } } },
{"moonlight", "2.1", { {2,0,5,0}, {9,0,0,0}, { 3, 5, 0, 0 } } },
Expand Down

0 comments on commit ad659f3

Please sign in to comment.