From 2e9d1b61b32867cf1343b3f1865610606d83adf5 Mon Sep 17 00:00:00 2001 From: Andrew Evans Date: Mon, 24 Jan 2011 09:53:14 -0800 Subject: [PATCH] vswitch: Fix schema version number. I accidentally committed with a bogus schema version number that I had intended to change prior to checkin. --- vswitchd/vswitch.ovsschema | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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": { -- 2.43.0