Skip to content

Commit

Permalink
build: set next version
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasAdam committed Feb 8, 2025
1 parent 5acb041 commit b9a5da6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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=""
Expand All @@ -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, [[email protected]])
AC_INIT([fvwm3], 1.1.3, [[email protected]])
AC_CONFIG_AUX_DIR(etc)
AC_CONFIG_LIBOBJ_DIR(libs)
AM_INIT_AUTOMAKE([foreign subdir-objects])
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -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: [
Expand Down

0 comments on commit b9a5da6

Please sign in to comment.