diff Makefile @ 45:d24896a5eb54 0.2.1

misc: update before 0.2.1
author David Demelier <markand@malikania.fr>
date Fri, 14 Feb 2020 15:00:27 +0100
parents 5e39e116c38d
children d8e22b0c0237
line wrap: on
line diff
--- a/Makefile	Fri Feb 14 14:55:59 2020 +0100
+++ b/Makefile	Fri Feb 14 15:00:27 2020 +0100
@@ -29,7 +29,7 @@
 MANDIR=         ${PREFIX}/share/man
 VARDIR=         ${PREFIX}/var
 
-VERSION=        0.2.0
+VERSION=        0.2.1
 
 CORE_SRCS=      config.c database.c http.c log.c paste.c util.c
 CORE_HDRS=      config.h database.h http.h log.h paste.h util.h