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 Dec 3, 2023
1 parent dccb908 commit 5c388e2
Showing 1 changed file with 2 additions and 2 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.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])
Expand Down

0 comments on commit 5c388e2

Please sign in to comment.