From c4dc2c75b04719908954a3fc9fa622e0922d1b79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 28 Apr 2019 18:12:30 +0200 Subject: Release 0.2 This is new release with support for preserving binfmt_misc. This allows uroot to be used to chroot to non-native architecture roots. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 084b6bd..4271bdd 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([uroot], [0.1], [cynerd@email.cz]) +AC_INIT([uroot], [0.2], [cynerd@email.cz]) AM_INIT_AUTOMAKE([-Wall]) AC_PROG_CC AC_CONFIG_FILES([Makefile]) -- cgit v1.2.3