Skip to content

Commit

Permalink
Changes for 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasAdam committed Oct 19, 2022
1 parent 4323ed0 commit 43dfc73
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 @@ -4,7 +4,7 @@ AC_PREREQ(2.60)

dnl should be "yes" only within the released distribution
ISRELEASED="yes"
if test $ISRELEASED = "no"; then
if test $ISRELEASED = "yes"; then
RELDATELONG=""
RELDATESHORT=""
RELDATENUM=""
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.7.0"
echo "2.7.0"
else
git describe --always --long --dirty
fi

0 comments on commit 43dfc73

Please sign in to comment.