summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-03-27 12:47:42 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-03-27 12:47:42 +0900
commitf9d6b83f5e895a1557e32d780cc689067e8d05ac (patch)
tree35ceda8aa494805dd6f3c1cc937e3129606f5ba7 /src
parentce7d4a1c53ef73ad4f02726f6ccf1df1d6a3eb1c (diff)
Drop patch number and stick with M.m.p convention
Diffstat (limited to 'src')
-rw-r--r--src/Makefile2
-rw-r--r--src/constants.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index d833ce98..2604c3ba 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -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
diff --git a/src/constants.go b/src/constants.go
index 394a40d8..006a1bdc 100644
--- a/src/constants.go
+++ b/src/constants.go
@@ -5,7 +5,7 @@ import (
)
// Current version
-const Version = "0.9.5-p1"
+const Version = "0.9.6"
// fzf events
const (