From 7a4139ec228a332084eb4ccfa36cb13485279799 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 22 Jan 2016 15:46:23 +0000 Subject: [PATCH] Update branches for libguestfs 1.32. --- libguestfs_fedora.ml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libguestfs_fedora.ml b/libguestfs_fedora.ml index c380334..32dc121 100644 --- a/libguestfs_fedora.ml +++ b/libguestfs_fedora.ml @@ -25,8 +25,8 @@ let branches = [ "1.26-stable", "f20"; (* F20 follows 1.26. *) "1.28-stable", "f21"; (* F21 follows 1.28. *) "1.30-stable", "f22"; (* F22 follows 1.30. *) - "1.30-stable", "f23"; (* F23 follows 1.30. *) - "1.31-development", "master"; (* Rawhide follows development. *) + "1.32-stable", "f23"; (* F23 follows 1.32. *) + "1.33-development", "master"; (* Rawhide follows development. *) ] (* Goal: Latest website version has been built in every branch. *) -- 1.8.3.1