diff options
author | Juan RP <xtraeme@gmail.com> | 2013-07-12 10:36:49 +0200 |
---|---|---|
committer | Juan RP <xtraeme@gmail.com> | 2013-07-12 10:36:49 +0200 |
commit | 1b33c728408a93dd1e9622d03c4ee0578ffa2947 (patch) | |
tree | e06fcc70f4bd5e442b78b82d0e20a8a404c80826 /Makefile | |
parent | c36acf400c026b2dd48850214c4107869893756a (diff) | |
download | hrmpf-1b33c728408a93dd1e9622d03c4ee0578ffa2947.tar.gz hrmpf-1b33c728408a93dd1e9622d03c4ee0578ffa2947.tar.xz hrmpf-1b33c728408a93dd1e9622d03c4ee0578ffa2947.zip |
Bump version to 17.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 3e1d9d8..78605b7 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ GITVER := $(shell git rev-parse HEAD) -VERSION = 0.16 +VERSION = 0.17 PREFIX ?= /usr/local SBINDIR ?= $(PREFIX)/sbin SHAREDIR ?= $(PREFIX)/share |