Skip to content

Commit

Permalink
Updated for 2.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasAdam committed Sep 5, 2019
1 parent 1530add commit 88eab6d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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="no"
ISRELEASED="yes"
if test $ISRELEASED = "no"; then
RELDATELONG=""
RELDATESHORT=""
Expand All @@ -26,9 +26,9 @@ VERSIONINFO=""
dnl date of the released version (please zero pad the day in the last 2 dates)
dnl for example: "4 February 2003", "04 Feb 2003", "2003-02-04"
dnl date format strings: "%e %B %Y", "%d-%b-%Y", "%Y-%m-%d"
RELDATELONG="06 November 2016"
RELDATESHORT="06-Nov-2016"
RELDATENUM="2016-11-06"
RELDATELONG="05 September 2019"
RELDATESHORT="05-Sep-2019"
RELDATENUM="2019-10-05"

# constant variable settings
FVWMNAMELONG="F? Virtual Window Manager"
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.8"
git describe --tags --abbrev=0 2>/dev/null || echo "2.6.9"
else
git describe --always --long --dirty
fi

0 comments on commit 88eab6d

Please sign in to comment.