diff options
author | Christian Hesse <mail@eworm.de> | 2013-09-25 16:24:52 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2013-09-25 16:24:52 +0200 |
commit | 3a43587de4bfeba11b9b892d83e068374aa4c8a5 (patch) | |
tree | 0277b4159b321a7be6205b4d31cbf6273f058561 /Makefile | |
parent | a3d2a83a1a40d3798b5ae660d3b220211b9fddc9 (diff) | |
download | cqrlogo-3a43587de4bfeba11b9b892d83e068374aa4c8a5.tar.gz cqrlogo-3a43587de4bfeba11b9b892d83e068374aa4c8a5.tar.zst |
prepare for release 0.3.30.3.3
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.2 +VERSION := 0.3.3 endif all: cqrlogo README.html cqrlogo.png |