diff --git a/Makefile b/Makefile index 073ef71..669cc7e 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ include host.mk include toggle.mk # spmenu version -VERSION = 0.4.1 +VERSION = 1.0 CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700L -D_POSIX_C_SOURCE=200809L -DVERSION=\"$(VERSION)\" $(XINERAMATOGGLE) $(BDTOGGLE) $(PANGOTOGGLE) $(IMLIB2TOGGLE) $(LIBCONFIGTOGGLE) CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations $(OPT) $(INCS) $(CPPFLAGS) diff --git a/README.html b/README.html index b47057a..f240573 100644 --- a/README.html +++ b/README.html @@ -181,10 +181,7 @@ listing and .desktop entries.

It is designed to integrate well with my dwm fork, speedwm.

-

Special features

-

This build of spmenu has some features written for this build. Of -course if you want, this is free software so you can use it in your own -build.

+

Improvements over dmenu

-

..and more!

-

Other features

-

Note: This is an incomplete list, it’s just here to give you an idea -of what this build has to offer.

- +

..and more! Note that spmenu is still compatible +with dmenu. Just pass the original arguments.

Dependencies