Skip to content

Commit 70e08cf

Browse files
committed
Updated mlvwm version number to 0.9.3
1 parent 71b9f4b commit 70e08cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mlvwm/Imakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ XCOMM Imakefile for MLVWM
22

33
#include "../configure.h"
44

5-
VERSION = 0.9.1
5+
VERSION = 0.9.3
66
COMPILE_OPTIONS = -DVERSION=\"$(VERSION)\" \
77
-DCONFIGNAME=\"$(MLVWMRC)\" \
88
-DMLVWMLIBDIR=\"$(MLVWMLIBDIR)\"

mlvwm/Makefile.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=\"0.9.0\"
1+
VERSION=\"0.9.3\"
22
CFLAGS = -g -Wall -DVERSION=$(VERSION) -fpcc-struct-return -DCONFIGNAME=\".mlvwmrc\" -DUSE_LOCALE -DMLVWMLIBDIR=\"/usr/X11R6/lib/X11/mlvwm\"
33
CC = gcc
44
LDFLAGS = -lXpm -lXext -lX11

0 commit comments

Comments
 (0)