-
-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
44d9c54
commit f8540d8
Showing
2 changed files
with
7 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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="" | ||
|
@@ -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.0, [[email protected]]) | ||
AC_INIT([fvwm3], 1.0.1, [[email protected]]) | ||
AC_CONFIG_AUX_DIR(etc) | ||
AC_CONFIG_LIBOBJ_DIR(libs) | ||
AM_INIT_AUTOMAKE([foreign subdir-objects]) | ||
|
@@ -26,9 +26,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="02 September 2020" | ||
RELDATESHORT="02-Sep-2020" | ||
RELDATENUM="2020-09-02" | ||
RELDATELONG="04 October 2020" | ||
RELDATESHORT="04-Oct-2020" | ||
RELDATENUM="2020-10-04" | ||
|
||
# constant variable settings | ||
FVWMNAMELONG="F? Virtual Window Manager" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters