diff --git a/RELEASES b/RELEASES index 692e32f80..c12615ac7 100644 --- a/RELEASES +++ b/RELEASES @@ -2,6 +2,7 @@ # in the form . If you update the version field (in # configure.ac) you must also add the current date to this file. +1.39.14 2018-12-12 1.39.13 2018-12-11 1.39.12 2018-12-11 1.39.11 2018-09-21 diff --git a/configure.ac b/configure.ac index 097abc28d..25a1d6f3d 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ # freeform string. m4_define([libguestfs_major], [1]) m4_define([libguestfs_minor], [39]) -m4_define([libguestfs_release], [13]) +m4_define([libguestfs_release], [14]) AC_INIT([libguestfs],libguestfs_major.libguestfs_minor.libguestfs_release)