Version 1.40.1.

This commit is contained in:
Richard W.M. Jones
2019-01-17 12:06:36 +00:00
parent ae2aa14527
commit 1f026244ba
3 changed files with 3 additions and 2 deletions

Submodule .gnulib updated: 29d8029005...6ccfbb4ce5

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.40.1 2019-01-17
1.40.0 2019-01-15
1.39.14 2018-12-12
1.39.13 2018-12-11

View File

@@ -20,7 +20,7 @@
# freeform string.
m4_define([libguestfs_major], [1])
m4_define([libguestfs_minor], [40])
m4_define([libguestfs_release], [0])
m4_define([libguestfs_release], [1])
AC_INIT([libguestfs],libguestfs_major.libguestfs_minor.libguestfs_release)