diff --git a/configure.ac b/configure.ac index 02faa0a26..9c301fc0b 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ dnl AC_PREREQ(2.60) dnl should be "yes" only within the released distribution -ISRELEASED="yes" +ISRELEASED="no" if test $ISRELEASED = "no"; then RELDATELONG="" RELDATESHORT="" @@ -14,7 +14,7 @@ fi # Silence warning: ar: 'u' modifier ignored since 'D' is the default AC_SUBST(AR_FLAGS, [cr]) -AC_INIT([fvwm3], 1.0.9, [fvwm-workers@fvwm.org]) +AC_INIT([fvwm3], 1.0.10, [fvwm-workers@fvwm.org]) AC_CONFIG_AUX_DIR(etc) AC_CONFIG_LIBOBJ_DIR(libs) AM_INIT_AUTOMAKE([foreign subdir-objects])