diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2010-08-21 18:27:03 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-08-21 18:27:03 +0200 |
commit | f0b028cde5cffb8674ad9a1a609f910348df3919 (patch) | |
tree | 44b6016c9d5badb43f755d5360e617044be57098 | |
parent | 99ca8abacf61a7195e227704984ff96a0a868bc3 (diff) |
More appropiate version string
-rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ PACKAGE ?= feh -VERSION ?= 1.8-git +VERSION ?= ${shell git describe} # Prefix for all installed files PREFIX ?= /usr/local |