Skip to content

Commit

Permalink
Fvwm3-RC-0
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasAdam committed Aug 31, 2020
1 parent 7d88371 commit 31e555d
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 @@ -25,9 +25,9 @@ VERSIONINFO=m4_esyscmd([./utils/fvwm-version-str.sh])
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="01 September 2020"
RELDATESHORT="01-Sep-2020"
RELDATENUM="2020-09-01"

# 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 @@ -10,7 +10,7 @@
#
# Intended to be called from configure.ac (via autogen.sh)

VERSION=""
VERSION="3.0.0-RC0"

[ -d ".git" ] || { echo "$VERSION" && exit 0 ; }

Expand Down

0 comments on commit 31e555d

Please sign in to comment.