Skip to content

Commit

Permalink
Fixed unsupported machine type
Browse files Browse the repository at this point in the history
Cherry-picked from master
  • Loading branch information
frankiejol committed Nov 16, 2017
1 parent a056b36 commit 3b6bdd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@
- Out of unique uuids in KVM [\#439]
- Fixed MAC generation [\#443]
- Error at machine settings graphics [\#443]
- Unsupported machine type [\#390]
2 changes: 1 addition & 1 deletion lib/Ravada.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package Ravada;
use warnings;
use strict;

our $VERSION = '0.2.11-rc1';
our $VERSION = '0.2.11-rc2';

use Carp qw(carp croak);
use Data::Dumper;
Expand Down

0 comments on commit 3b6bdd2

Please sign in to comment.