Skip to content

Commit

Permalink
Set version to 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
martanne committed Mar 25, 2016
1 parent 3fef29d commit 6305520
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 @@ -6,7 +6,7 @@ PREFIX ?= /usr/local
MANPREFIX ?= ${PREFIX}/share/man
SHAREPREFIX ?= ${PREFIX}/share/vis

VERSION = $(shell git describe 2>/dev/null || echo "0.1.x")
VERSION = $(shell git describe 2>/dev/null || echo "0.2")

CONFIG_LUA ?= 1
CONFIG_ACL ?= 0
Expand Down

0 comments on commit 6305520

Please sign in to comment.