Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
2ed542cc
Commit
2ed542cc
authored
Oct 07, 2011
by
Jonathon Duerig
Browse files
Add version 3 to GetVersion results.
parent
90a546f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
protogeni/lib/GeniCMV2.pm.in
View file @
2ed542cc
...
...
@@ -82,13 +82,13 @@ my $API_VERSION = 2;
#
sub
GetVersion
()
{
my
@
input_rspec_versions
=
(
"0.1"
,
"0.2"
,
"2"
,
"PG 0.1"
,
"PG 0.2"
,
"PG 2"
);
my
@
ad_rspec_versions
=
(
"0.1"
,
"0.2"
,
"2"
,
"PG 0.1"
,
"PG 0.2"
,
"PG 2"
);
my
@
input_rspec_versions
=
(
"0.1"
,
"0.2"
,
"2"
,
"3"
,
"PG 0.1"
,
"PG 0.2"
,
"PG 2"
);
my
@
ad_rspec_versions
=
(
"0.1"
,
"0.2"
,
"2"
,
"3"
,
"PG 0.1"
,
"PG 0.2"
,
"PG 2"
);
my
$
blob
=
{
"api"
=>
$
API_VERSION
,
"level"
=>
1
,
"input_rspec"
=>
\@
input_rspec_versions
,
"output_rspec"
=>
"
0.
2"
,
"output_rspec"
=>
"2"
,
"ad_rspec"
=>
\@
ad_rspec_versions
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment