commit 2592efcb00eebcad4a2eeb957ffc26c04eee4774
parent 911c99c0b2ed7ce1e2d39258f5ce136817682a37
Author: Daniel Moch <daniel@danielmoch.com>
Date: Sat, 4 Jul 2020 12:08:48 -0400
Roll version to 0.1.1dev0
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.mk b/config.mk
@@ -7,7 +7,7 @@ DIST_SRC = ${SRC} Makefile config.mk xhotplug.1
OBJ = ${SRC:.c=.o}
INCS = -I${X11BASE}/include
LIBS = -L${X11BASE}/lib -lxcb -lxcb-randr
-VERSION = 0.1.0
+VERSION = 0.1.1dev0
CPPFLAGS := -DVERSION=\"${VERSION}\"
CFLAGS := -std=c99 -pedantic-errors -Wall -Wextra -Werror -O2 -c ${INCS}