Add Fedora f25 branch.
[goaljobs-goals.git] / libguestfs_fedora.ml
index f31a5d5..504d031 100644 (file)
@@ -23,7 +23,8 @@ let package = "libguestfs"
 (* How branches in libguestfs upstream map to branches in Fedora. *)
 let branches = [
   "1.33-development", "master";    (* Rawhide follows development. *)
-  "1.33-development", "f24";       (* F24 follows development, for now. *)
+  "1.33-development", "f25";       (* F25 will be 1.34. *)
+  "1.33-development", "f24";       (* F24 will be 1.34. *)
   "1.32-stable", "f23";            (* F23 follows 1.32. *)
   "1.30-stable", "f22";            (* F22 follows 1.30. *)
 ]