Skip to content

Commit

Permalink
build: set version to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
martanne committed Mar 25, 2017
1 parent 36626ec commit 4a4f9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ PREFIX ?= /usr/local
SHAREPREFIX ?= ${PREFIX}/share
MANPREFIX ?= ${PREFIX}/man

VERSION = $(shell git describe --always --dirty 2>/dev/null || echo "0.2-git")
VERSION = v0.3

CONFIG_HELP ?= 1
CONFIG_CURSES ?= 1
Expand Down

0 comments on commit 4a4f9e0

Please sign in to comment.