From: Andrew Evans Date: Mon, 24 Jan 2011 17:53:14 +0000 (-0800) Subject: vswitch: Fix schema version number. X-Git-Tag: v1.1.0~458 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=2e9d1b61b32867cf1343b3f1865610606d83adf5;p=sliver-openvswitch.git vswitch: Fix schema version number. I accidentally committed with a bogus schema version number that I had intended to change prior to checkin. --- diff --git a/vswitchd/vswitch.ovsschema b/vswitchd/vswitch.ovsschema index c62353c59..8d14221c3 100644 --- a/vswitchd/vswitch.ovsschema +++ b/vswitchd/vswitch.ovsschema @@ -1,6 +1,6 @@ {"name": "Open_vSwitch", - "version": "99.99.99", - "cksum": "2256400918 14940", + "version": "1.1.0", + "cksum": "815766362 15358", "tables": { "Open_vSwitch": { "columns": {