Version 1.39.14.

This commit is contained in:
Richard W.M. Jones
2018-12-12 12:35:30 +00:00
parent 52ec462fea
commit 6aa46f4303
2 changed files with 2 additions and 1 deletions

View File

@@ -2,6 +2,7 @@
# in the form <version> <date>. 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

View File

@@ -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)