From: Stéphane Graber Date: Wed, 1 Oct 2014 18:23:41 +0000 (-0400) Subject: change version to 1.1.0.alpha1 in configure.ac X-Git-Tag: lxc-1.1.0.alpha2^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e356822da479b77c21b02119bcc96c915f8ddbee;p=thirdparty%2Flxc.git change version to 1.1.0.alpha1 in configure.ac Signed-off-by: Stéphane Graber --- diff --git a/configure.ac b/configure.ac index 7b5458766..806b4ff7f 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ m4_define([lxc_version_major], 1) m4_define([lxc_version_minor], 1) m4_define([lxc_version_micro], 0) -m4_define([lxc_version_beta], [alpha1]) +m4_define([lxc_version_beta], [alpha2]) m4_define([lxc_version_base], [lxc_version_major.lxc_version_minor.lxc_version_micro]) m4_define([lxc_version],