Basic inspection data.
[guestfs-browser.git] / README
diff --git a/README b/README
index 69d41b1..65f0ebc 100644 (file)
--- a/README
+++ b/README
@@ -7,3 +7,11 @@ script and it will tell you what's missing).
   autoreconf -i      # if using the git version
   ./configure
   make
+
+Note these minimum versions of libguestfs:
+
+  libguestfs >= 1.13.2  (on development branch)
+  libguestfs >= 1.12.2  (on stable-1.12 branch)
+  libguestfs >= 1.10.6  (on stable-1.10 branch)
+
+Developers/contributors: Please read the "HACKING" file.