Updated mlvwm version number to 0.9.3

This commit is contained in:
Morgan Aldridge 2021-04-01 08:29:26 -04:00
parent 71b9f4bb7a
commit 70e08cf7cf
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ XCOMM Imakefile for MLVWM
#include "../configure.h" #include "../configure.h"
VERSION = 0.9.1 VERSION = 0.9.3
COMPILE_OPTIONS = -DVERSION=\"$(VERSION)\" \ COMPILE_OPTIONS = -DVERSION=\"$(VERSION)\" \
-DCONFIGNAME=\"$(MLVWMRC)\" \ -DCONFIGNAME=\"$(MLVWMRC)\" \
-DMLVWMLIBDIR=\"$(MLVWMLIBDIR)\" -DMLVWMLIBDIR=\"$(MLVWMLIBDIR)\"

View File

@ -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\" CFLAGS = -g -Wall -DVERSION=$(VERSION) -fpcc-struct-return -DCONFIGNAME=\".mlvwmrc\" -DUSE_LOCALE -DMLVWMLIBDIR=\"/usr/X11R6/lib/X11/mlvwm\"
CC = gcc CC = gcc
LDFLAGS = -lXpm -lXext -lX11 LDFLAGS = -lXpm -lXext -lX11