diff --git a/configure.ac b/configure.ac index 22dddd5..e4b35f8 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ dnl Autoconf startup. dnl ------------------------------------------------------------------------- AC_PREREQ([2.63]) -AC_INIT([yuck], [0.1.8rc1], [https://github.com/hroptatyr/yuck]) +AC_INIT([yuck], [0.1.8], [https://github.com/hroptatyr/yuck]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([src/config.h]) AC_CONFIG_MACRO_DIR([m4])