Skip to content

Commit

Permalink
Tidies for the 5.21 release
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipHazel committed Jul 15, 2023
1 parent 2f44dab commit 7beef98
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ SUPPORT_XML=@SUPPORT_XML@
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@

BINDIR=$(DESTDIR)@prefix@/bin
DATADIR=$(DESTDIR)@prefix@/share/pmw
MANDIR=$(DESTDIR)@prefix@/man
BINDIR=@prefix@/bin
DATADIR=@prefix@/share/pmw
MANDIR=@prefix@/man

# BINDIR is the directory in which the pmw command is installed.
# DATADIR is the directory in which the fontmetrics, the PostScript fonts,
# and the PostScript header file are installed, in a subdirectory called pmw.
# and the PostScript header file are installed.
# MANDIR is the directory in which the man pages are installed.

# The compile commands can be very long. To make the output look better,
Expand Down
4 changes: 2 additions & 2 deletions doc/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Change Log for Philip's Music Writer (Linux/Unix version)
---------------------------------------------------------


Version 5.21 28-May-2023
------------------------
Version 5.21 15-July-2023
-------------------------

1. Fixed a sanitize runtime warning for a negative shift amount (which
fortunately didn't affect anything).
Expand Down
4 changes: 2 additions & 2 deletions src/pmw.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

/* This file is included by all the other sources except rdargs.c. */

#define PMW_VERSION "5.21-DEV"
#define PMW_DATE "28-May-2023"
#define PMW_VERSION "5.21"
#define PMW_DATE "15-July-2023"
#define COPYRIGHT "Copyright (c) Philip Hazel 2023"

/* Standard C headers */
Expand Down

0 comments on commit 7beef98

Please sign in to comment.