diff options
author | Karel Kočí <cynerd@email.cz> | 2019-04-28 18:12:30 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2019-04-28 18:12:30 +0200 |
commit | c4dc2c75b04719908954a3fc9fa622e0922d1b79 (patch) | |
tree | 4265ebbe426414135c6c96a7f04c36c47cf37597 /configure.ac | |
parent | 68f78d914b221763476e6f17a0d0c48183eeb8cb (diff) | |
download | uroot-0.2.tar.gz uroot-0.2.tar.bz2 uroot-0.2.zip |
Release 0.2v0.2
This is new release with support for preserving binfmt_misc. This allows
uroot to be used to chroot to non-native architecture roots.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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]) |