diff --git a/configure.ac b/configure.ac index 1b34442..64615bf 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. dnl We need at least autoconf 2.69 for this configure.ac to work. AC_PREREQ([2.69]) -AC_INIT([unique-factory], [0.2.0], [julian.rueth@fsfe.org]) +AC_INIT([unique-factory], [0.2.1], [julian.rueth@fsfe.org]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([.])