Skip to content

Commit

Permalink
Version 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jhawthorn committed Jan 1, 2017
1 parent 40b4936 commit 19dae1c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.8 (unreleased)
## 0.8 (2017-01-01)

Bugfixes:

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=0.7
VERSION=0.8

CPPFLAGS=-DVERSION=\"${VERSION}\" -D_GNU_SOURCE
CFLAGS+=-Wall -Wextra -g -std=c99 -O3 -pedantic
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion fzy.1
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 19dae1c

Please sign in to comment.