ZedZone
|
Blog
|
Software
|
Code
projects
/
blogz
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6b9925
)
Fix version
author
Not Zed
<notzed@gmail.com>
Thu, 2 May 2019 23:13:28 +0000
(08:43 +0930)
committer
Not Zed
<notzed@gmail.com>
Thu, 2 May 2019 23:13:28 +0000
(08:43 +0930)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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))