diff options
author | Christian Hesse <mail@eworm.de> | 2014-02-27 14:35:46 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2014-02-27 14:35:46 +0100 |
commit | 0a707f7a5597f4235e7da973d5496ade228cda3c (patch) | |
tree | ffe6cd51430b3bd1d5e248cdbd88e8736a3b0cc1 /Makefile | |
parent | b3b27b45e2c89703d8be2a13e3fc099a05189176 (diff) | |
download | cqrlogo-0a707f7a5597f4235e7da973d5496ade228cda3c.tar.gz cqrlogo-0a707f7a5597f4235e7da973d5496ade228cda3c.tar.zst |
prepare version 0.5.0
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ CQRLOGO_CGI += LD_LIBRARY_PATH=lib/ ./cqrlogo.cgi CQRLOGO_FCGI += LD_LIBRARY_PATH=lib/ ./cqrlogo.fcgi # this is just a fallback in case you do not use git but downloaded # a release tarball... -VERSION := 0.4.0 +VERSION := 0.5.0 # library abi version SOVERSION := 0 |