vswitch.ovsschema: Correct schema version number.
authorBen Pfaff <blp@nicira.com>
Tue, 7 Oct 2014 23:54:04 +0000 (16:54 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 7 Oct 2014 23:57:40 +0000 (16:57 -0700)
commitef31e854e70134a051cb12ab7daa46ba72e25b88
tree1099641346f69c21c00cf0918c443197b79d1e72
parentf13cdd7374e00afb38d56de5f5ac622c66190245
vswitch.ovsschema: Correct schema version number.

Commit 3e5aeeb581faf7 (bridge: Keep bond active slave selection across OVS
restart) updated the OVS schema number from 7.9.0 to 8.0.0.  However,
the major version number should only be incremented for incompatible schema
changes, ones that are likely to break software that interacts with the
schema.  The change in question only added a column to a table, so it is
not an incompatible change.  Therefore, this commit changes the schema
version number to 7.10.0, indicating a compatible change.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Andy Zhou <azhou@nicira.com>
vswitchd/vswitch.ovsschema