From efecf674e813fd07d02b534123b46521ea4424b9 Mon Sep 17 00:00:00 2001 From: speedie Date: Mon, 1 May 2023 20:23:04 +0200 Subject: [PATCH] bumping version to 1.1 early, not actually released yet --- Makefile | 2 +- code.html | 4 ++-- spmenu.1 | 2 +- spmenu.html | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 4aaa7b7..d5af4ca 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ include host.mk include toggle.mk # spmenu version -VERSION = 1.0 +VERSION = 1.1 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/code.html b/code.html index 3226a8e..aca1524 100644 --- a/code.html +++ b/code.html @@ -4,7 +4,7 @@ - spmenu documentation 1.0 + spmenu documentation 1.1