diff options
author | Christian Hesse <mail@eworm.de> | 2014-02-20 15:24:51 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2014-02-20 15:24:51 +0100 |
commit | 02502029871d055ecf02dbc172b1f450e0a09e2a (patch) | |
tree | c05f4f482f957a99f0b70499e037128f22677e54 /Makefile | |
parent | 716dbf5e815737cb454f45815b2e9bc4fa1462e0 (diff) | |
download | cqrlogo-02502029871d055ecf02dbc172b1f450e0a09e2a.tar.gz cqrlogo-02502029871d055ecf02dbc172b1f450e0a09e2a.tar.zst |
prepare version 0.4.00.4.0
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ CFLAGS += $(shell pkg-config --cflags --libs zlib) CFLAGS += $(shell pkg-config --cflags --libs libqrencode) # this is just a fallback in case you do not use git but downloaded # a release tarball... -VERSION := 0.3.6 +VERSION := 0.4.0 all: cqrlogo.cgi cqrlogo.fcgi README.html cqrlogo.png |