From b83fee0aa61ed1e51cf404be3af977fc3f8ffe19 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 11 Feb 2015 15:16:21 +0000 Subject: [PATCH] Add f22 branch. --- libguestfs_fedora.ml | 1 + 1 file changed, 1 insertion(+) diff --git a/libguestfs_fedora.ml b/libguestfs_fedora.ml index 10c82c9..dc7b248 100644 --- a/libguestfs_fedora.ml +++ b/libguestfs_fedora.ml @@ -25,6 +25,7 @@ let branches = [ (* "1.22-stable", "f19"; *) (* F19 built by hand. *) "1.26-stable", "f20"; (* F20 follows 1.26. *) "1.28-stable", "f21"; (* F21 follows 1.28. *) + "1.29-development", "f22"; (* F22 follows development (for now). *) "1.29-development", "master"; (* Rawhide follows development. *) ] -- 1.8.3.1