diff options
author | Juan RP <xtraeme@gmail.com> | 2013-05-20 16:32:19 +0200 |
---|---|---|
committer | Juan RP <xtraeme@gmail.com> | 2013-05-20 16:32:19 +0200 |
commit | 38caeeab066d7f45ca13bebe0c4989a4efdec769 (patch) | |
tree | fc05412c146ec800d38a69a1c1922a405605380c /Makefile | |
parent | c6f15e7299a2780fedd99f11f0ee77a4618aa92f (diff) | |
download | hrmpf-38caeeab066d7f45ca13bebe0c4989a4efdec769.tar.gz hrmpf-38caeeab066d7f45ca13bebe0c4989a4efdec769.tar.xz hrmpf-38caeeab066d7f45ca13bebe0c4989a4efdec769.zip |
Makefile: bump to 0.14.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 62c4f31..c51ac9e 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ GITVER := $(shell git rev-parse HEAD) -VERSION = 0.13 +VERSION = 0.14 PREFIX ?= /usr/local SBINDIR ?= $(PREFIX)/sbin SHAREDIR ?= $(PREFIX)/share |