From: Not Zed Date: Thu, 2 May 2019 23:13:28 +0000 (+0930) Subject: Fix version X-Git-Tag: blogz-0.3.1~1 X-Git-Url: https://code.zedzone.au/cvs?a=commitdiff_plain;h=b3622d5c87dfa059ec9da76af9c1a7a5ffb2dd10;p=blogz Fix version --- 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))