diff options
author | Christian Hesse <mail@eworm.de> | 2014-04-28 23:56:18 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2014-04-28 23:56:18 +0200 |
commit | e6301290158af52da5d4c6a48ca66e6264f209ee (patch) | |
tree | a01e7ed84955bfd7b1c9c7369d3a8d8b3719cab3 /Makefile | |
parent | bf39971b070eba665ebd41982e19a2a3ae79b1d6 (diff) | |
download | cqrlogo-e6301290158af52da5d4c6a48ca66e6264f209ee.tar.gz cqrlogo-e6301290158af52da5d4c6a48ca66e6264f209ee.tar.zst |
prepare release 0.5.10.5.1
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.5.0 +VERSION := 0.5.1 # library abi version SOVERSION := 0 |