We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71b9f4b commit 70e08cfCopy full SHA for 70e08cf
mlvwm/Imakefile
@@ -2,7 +2,7 @@ XCOMM Imakefile for MLVWM
2
3
#include "../configure.h"
4
5
- VERSION = 0.9.1
+ VERSION = 0.9.3
6
COMPILE_OPTIONS = -DVERSION=\"$(VERSION)\" \
7
-DCONFIGNAME=\"$(MLVWMRC)\" \
8
-DMLVWMLIBDIR=\"$(MLVWMLIBDIR)\"
mlvwm/Makefile.make
@@ -1,4 +1,4 @@
1
-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
0 commit comments