summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--README.md6
-rw-r--r--fzy.12
3 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 7443c1b..a467932 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION=0.6
+VERSION=0.7
CPPFLAGS=-DVERSION=\"${VERSION}\" -D_GNU_SOURCE
CFLAGS+=-Wall -Wextra -g -std=c99 -O3 -pedantic
diff --git a/README.md b/README.md
index dbb5d99..e089d34 100644
--- a/README.md
+++ b/README.md
@@ -43,12 +43,12 @@ the default is `/usr/local`.
### Ubuntu/Debian 64-bit
- wget https://github.com/jhawthorn/fzy/releases/download/0.6/fzy_0.6-1_amd64.deb
- sudo dpkg -i fzy_0.6-1_amd64.deb
+ wget https://github.com/jhawthorn/fzy/releases/download/0.7/fzy_0.7-1_amd64.deb
+ sudo dpkg -i fzy_0.7-1_amd64.deb
### Fedora/Redhat/CentOS
- sudo yum install https://github.com/jhawthorn/fzy/releases/download/0.6/fzy-0.6-1.x86_64.rpm
+ sudo yum install https://github.com/jhawthorn/fzy/releases/download/0.7/fzy-0.7-1.x86_64.rpm
### Arch Linux
diff --git a/fzy.1 b/fzy.1
index 23c19ec..3592a4a 100644
--- a/fzy.1
+++ b/fzy.1
@@ -1,4 +1,4 @@
-.TH FZY 1 "2016-07-26" "fzy 0.6"
+.TH FZY 1 "2016-08-03" "fzy 0.7"
.SH NAME
fzy \- A fuzzy text selector menu for the terminal.
.SH SYNOPSIS