From d88d197c76fc53c1ff604e00cb0f421f379e2910 Mon Sep 17 00:00:00 2001 From: John Hawthorn Date: Wed, 3 Aug 2016 23:54:51 -0700 Subject: Version 0.7 --- Makefile | 2 +- README.md | 6 +++--- fzy.1 | 2 +- 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 -- cgit v1.2.3