diff options
author | Christian Hesse <mail@eworm.de> | 2013-11-28 12:16:06 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2013-11-28 12:16:06 +0100 |
commit | 319b66a850c1bb4b56e1a3355aa1b554da293e16 (patch) | |
tree | 29fb646b1a15d5b2dc9cce5e86240924652a05f6 | |
parent | 7148c0b2dd20f9ec58304ed6ab154e901dba1bea (diff) | |
download | cqrlogo-319b66a850c1bb4b56e1a3355aa1b554da293e16.tar.gz cqrlogo-319b66a850c1bb4b56e1a3355aa1b554da293e16.tar.zst |
prepare release 0.3.50.3.5
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ VERSION := $(shell git describe --tags --long 2>/dev/null) # this is just a fallback in case you do not use git but downloaded # a release tarball... ifeq ($(VERSION),) -VERSION := 0.3.4 +VERSION := 0.3.5 endif all: cqrlogo README.html cqrlogo.png |