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
de70de6b
Commit
de70de6b
authored
Jul 22, 2011
by
Jonathon Duerig
Browse files
Fix GetVersion() to correctly report the default ad as 0.2
parent
8eb2cfda
Changes
1
Hide whitespace changes
Inline
Side-by-side
protogeni/lib/GeniAM.pm.in
View file @
de70de6b
...
...
@@ -87,7 +87,7 @@ sub GetVersion()
my
$
default_ad
=
{
"type"
=>
"ProtoGENI"
,
"version"
=>
$
coder
->
string
(
"0.
1
"
)
};
"version"
=>
$
coder
->
string
(
"0.
2
"
)
};
my
$
request_0_1
=
{
"type"
=>
"ProtoGENI"
,
"version"
=>
$
coder
->
string
(
"0.1"
),
...
...
Write
Preview
Markdown
is supported
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