diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-11-14 19:01:33 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-11-14 19:01:33 -0200 |
commit | 02fd4b1ffc1e57ae393b765dc4451b66d21b6238 (patch) | |
tree | 8e0f1443adcd3ffc7f740d8a8529b81dc975654c /Makefile | |
parent | 96a4a07c598b26987ed29fbae3cd721f199b6113 (diff) | |
download | keyringer-02fd4b1ffc1e57ae393b765dc4451b66d21b6238.tar.gz keyringer-02fd4b1ffc1e57ae393b765dc4451b66d21b6238.tar.bz2 |
Keyringer 0.2.80.2.8
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ # PACKAGE = keyringer -VERSION = 0.2.7 +VERSION = $(shell ./keyringer | head -n 1 | cut -d ' ' -f 2) PREFIX ?= /usr/local INSTALL = /usr/bin/install |