diff options
author | Christian Hesse <mail@eworm.de> | 2014-01-13 10:19:50 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2014-01-13 10:19:50 +0100 |
commit | 5023731b8de574d25ce4e95f4bb56f57e422cfa5 (patch) | |
tree | 065a3404309a2983ff6d3ed4069ff6f50f3d3a47 | |
parent | e7fc94d886618eb8b4e761f59b463977348fe072 (diff) | |
download | cqrlogo-5023731b8de574d25ce4e95f4bb56f57e422cfa5.tar.gz cqrlogo-5023731b8de574d25ce4e95f4bb56f57e422cfa5.tar.zst |
prepare release 0.3.60.3.6
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,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.5 +VERSION := 0.3.6 all: cqrlogo README.html cqrlogo.png |