Drop patch number and stick with M.m.p convention

This commit is contained in:
Junegunn Choi 2015-03-27 12:47:42 +09:00
parent ce7d4a1c53
commit f9d6b83f5e
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ BINDIR := ../bin
BINARY32 := fzf-$(GOOS)_386
BINARY64 := fzf-$(GOOS)_amd64
VERSION = $(shell fzf/$(BINARY64) --version | sed 's/-p[0-9]*//')
VERSION = $(shell fzf/$(BINARY64) --version)
RELEASE32 = fzf-$(VERSION)-$(GOOS)_386
RELEASE64 = fzf-$(VERSION)-$(GOOS)_amd64

View File

@ -5,7 +5,7 @@ import (
)
// Current version
const Version = "0.9.5-p1"
const Version = "0.9.6"
// fzf events
const (