From b3622d5c87dfa059ec9da76af9c1a7a5ffb2dd10 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Fri, 3 May 2019 08:43:28 +0930 Subject: [PATCH] Fix version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 839e8c9..47d97ce 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ CPPFLAGS= CFLAGS=-Og -g -Wall -Wno-unused-function $(DEBUG_CFLAGS) LDLIBS= -dist_VERSION=0.3.99 +dist_VERSION=0.3.1 tools=newpost cgis=$(if $(USE_FCGI),$(BLOGZ_FCGI),$(BLOGZ_CGI)) -- 2.39.5