X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=configure.ac;h=3d808b7d2f84ba63e59152ebcf4d5401afc04976;hb=20359767c6a7b0e091f0132baac9974727991cc6;hp=dc8264acec1abc5dfcc3e54bb3f0368fd0734f16;hpb=a0a575767e23de1e2cf357e7c8743ebcba57bd68;p=libguestfs.git diff --git a/configure.ac b/configure.ac index dc8264a..3d808b7 100644 --- a/configure.ac +++ b/configure.ac @@ -13,14 +13,14 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # The major, minor, and release fields MUST be numbers. Packagers can # add extra information using --with-extra="..." which may be any # freeform string. m4_define([libguestfs_major], [1]) m4_define([libguestfs_minor], [14]) -m4_define([libguestfs_release], [1]) +m4_define([libguestfs_release], [2]) AC_INIT([libguestfs],libguestfs_major.libguestfs_minor.libguestfs_release) AC_CONFIG_AUX_DIR([build-aux])