From d8d2b0138039c72e933017096876867d031fe6e0 Mon Sep 17 00:00:00 2001 From: phk Date: Sun, 8 Aug 2004 07:57:53 +0000 Subject: Tag all geom classes in the tree with a version number. --- sys/geom/geom_sunlabel.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/geom/geom_sunlabel.c') diff --git a/sys/geom/geom_sunlabel.c b/sys/geom/geom_sunlabel.c index 4225dd5..ece8e1e 100644 --- a/sys/geom/geom_sunlabel.c +++ b/sys/geom/geom_sunlabel.c @@ -273,6 +273,7 @@ g_sunlabel_taste(struct g_class *mp, struct g_provider *pp, int flags) static struct g_class g_sunlabel_class = { .name = SUNLABEL_CLASS_NAME, + .version = G_VERSION, .taste = g_sunlabel_taste, .ctlreq = g_sunlabel_config, .dumpconf = g_sunlabel_dumpconf, -- cgit v1.1