From 1a607cf69a5f8236c965d50acc8f1a7c111d2133 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Graber?= Date: Fri, 10 Apr 2015 15:11:31 -0400 Subject: [PATCH] change version to 1.1.2 in configure.ac MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 0190d8c1c..574b2cd0b 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ m4_define([lxc_version_major], 1) m4_define([lxc_version_minor], 1) -m4_define([lxc_version_micro], 1) +m4_define([lxc_version_micro], 2) m4_define([lxc_version_beta], []) m4_define([lxc_version_base], [lxc_version_major.lxc_version_minor.lxc_version_micro]) -- 2.47.2