Skip to content

Commit

Permalink
Prepare for 2.6.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasAdam committed May 30, 2018
1 parent 9a313bb commit dc6a396
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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="no"
ISRELEASED="yes"
if test $ISRELEASED = "no"; then
RELDATELONG=""
RELDATESHORT=""
Expand Down
2 changes: 1 addition & 1 deletion utils/fvwm-version-str.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

if grep -q -i '^ISRELEASED="yes"' ./configure.ac; then
# A release build. Strip the git information off the tag name.
git describe --tags --abbrev=0 2>/dev/null || echo "2.6.7"
git describe --tags --abbrev=0 2>/dev/null || echo "2.6.8"
else
git describe --always --long --dirty
fi

0 comments on commit dc6a396

Please sign in to comment.