Skip to content

Commit

Permalink
Updated mlvwm version number to 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
morgant committed Apr 1, 2021
1 parent 71b9f4b commit 70e08cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mlvwm/Imakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ XCOMM Imakefile for MLVWM

#include "../configure.h"

VERSION = 0.9.1
VERSION = 0.9.3
COMPILE_OPTIONS = -DVERSION=\"$(VERSION)\" \
-DCONFIGNAME=\"$(MLVWMRC)\" \
-DMLVWMLIBDIR=\"$(MLVWMLIBDIR)\"
Expand Down
2 changes: 1 addition & 1 deletion mlvwm/Makefile.make
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=\"0.9.0\"
VERSION=\"0.9.3\"
CFLAGS = -g -Wall -DVERSION=$(VERSION) -fpcc-struct-return -DCONFIGNAME=\".mlvwmrc\" -DUSE_LOCALE -DMLVWMLIBDIR=\"/usr/X11R6/lib/X11/mlvwm\"
CC = gcc
LDFLAGS = -lXpm -lXext -lX11
Expand Down

0 comments on commit 70e08cf

Please sign in to comment.