Skip to content

Commit

Permalink
set next version
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasAdam committed Jul 6, 2023
1 parent 73a6a27 commit 6211ae8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.7, [[email protected]])
AC_INIT([fvwm3], 1.0.8, [[email protected]])
AC_CONFIG_AUX_DIR(etc)
AC_CONFIG_LIBOBJ_DIR(libs)
AM_INIT_AUTOMAKE([foreign subdir-objects])
Expand Down Expand Up @@ -1480,4 +1480,4 @@ Fvwm3 Configuration:
With Golang support? $with_golang$problem_golang
Build man pages? $with_mandoc$problem_mandoc

"
"

0 comments on commit 6211ae8

Please sign in to comment.