diff --git a/configure.ac b/configure.ac index 8e5811e1d..cef25d3e0 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.1.2, [fvwm-workers@fvwm.org]) +AC_INIT([fvwm3], 1.1.3, [fvwm-workers@fvwm.org]) AC_CONFIG_AUX_DIR(etc) AC_CONFIG_LIBOBJ_DIR(libs) AM_INIT_AUTOMAKE([foreign subdir-objects]) diff --git a/meson.build b/meson.build index bf0b6e671..3d8928a9d 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'fvwm3', 'c', - version: '1.1.2', + version: '1.1.3', license: 'GPL-2.0-or-later', meson_version: '>=1.5.1', # Required to configure perl files without eating \@s default_options: [