From 19dae1c21eacaf5c655d62fe18b147eb13066dd8 Mon Sep 17 00:00:00 2001 From: John Hawthorn Date: Sun, 1 Jan 2017 04:33:41 -0800 Subject: Version 0.8 --- CHANGELOG.md | 2 +- Makefile | 2 +- README.md | 6 +++--- fzy.1 | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b480373..9f3674a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.8 (unreleased) +## 0.8 (2017-01-01) Bugfixes: diff --git a/Makefile b/Makefile index 530bd2f..e75f20e 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.7 +VERSION=0.8 CPPFLAGS=-DVERSION=\"${VERSION}\" -D_GNU_SOURCE CFLAGS+=-Wall -Wextra -g -std=c99 -O3 -pedantic diff --git a/README.md b/README.md index e089d34..9b069e9 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.7/fzy_0.7-1_amd64.deb - sudo dpkg -i fzy_0.7-1_amd64.deb + wget https://github.com/jhawthorn/fzy/releases/download/0.8/fzy_0.8-1_amd64.deb + sudo dpkg -i fzy_0.8-1_amd64.deb ### Fedora/Redhat/CentOS - sudo yum install https://github.com/jhawthorn/fzy/releases/download/0.7/fzy-0.7-1.x86_64.rpm + sudo yum install https://github.com/jhawthorn/fzy/releases/download/0.8/fzy-0.8-1.x86_64.rpm ### Arch Linux diff --git a/fzy.1 b/fzy.1 index 3592a4a..4391ae6 100644 --- a/fzy.1 +++ b/fzy.1 @@ -1,4 +1,4 @@ -.TH FZY 1 "2016-08-03" "fzy 0.7" +.TH FZY 1 "2017-01-01" "fzy 0.8" .SH NAME fzy \- A fuzzy text selector menu for the terminal. .SH SYNOPSIS -- cgit v1.2.3