diff options
author | Christian Hesse <mail@eworm.de> | 2013-11-20 12:14:08 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2013-11-20 12:14:08 +0100 |
commit | 423521268c745944d15006cea77b8ccfb59e1657 (patch) | |
tree | 0e3e80ba67d6d69033de309f4ddebd5dc3a11101 /Makefile | |
parent | 7332cda41120e671d5a3613ee898bb59da6a133e (diff) | |
download | cqrlogo-423521268c745944d15006cea77b8ccfb59e1657.tar.gz cqrlogo-423521268c745944d15006cea77b8ccfb59e1657.tar.zst |
prepare release 0.3.40.3.4
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,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.3 +VERSION := 0.3.4 endif all: cqrlogo README.html cqrlogo.png |