From e3738a139ca3c32a44f7fb821b17c3b609b290e8 Mon Sep 17 00:00:00 2001 From: speedie Date: Wed, 1 Mar 2023 07:05:09 +0100 Subject: [PATCH] bump version to 0.2.1 --- options.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options.mk b/options.mk index 455e9ec..4d04387 100644 --- a/options.mk +++ b/options.mk @@ -2,7 +2,7 @@ # See LICENSE file for copyright details. # spmenu version -VERSION = 0.2 +VERSION = 0.2.1 # includes and libs INCS = -I$(X11INC) -I$(FREETYPEINC) $(BDINC) `pkg-config --cflags xft pango pangoxft`