From: Andrew Evans Date: Mon, 24 Jan 2011 17:53:14 +0000 (-0800) Subject: vswitch: Fix schema version number. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e9d1b61b32867cf1343b3f1865610606d83adf5;p=openvswitch 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 c62353c5..8d14221c 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": {