Fix version
authorNot Zed <notzed@gmail.com>
Thu, 2 May 2019 23:13:28 +0000 (08:43 +0930)
committerNot Zed <notzed@gmail.com>
Thu, 2 May 2019 23:13:28 +0000 (08:43 +0930)
Makefile

index 839e8c9..47d97ce 100644 (file)
--- 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))