Skip to content

Commit

Permalink
Bump MAJOR_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
Jguer committed Jun 19, 2018
1 parent 0c46a22 commit 2e8d2b4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PREFIX := /usr
DESTDIR :=

ifndef VERSION
MAJORVERSION := 6
MAJORVERSION := 7
MINORVERSION ?= $(shell git rev-list --count master)
endif
VERSION := ${MAJORVERSION}.${MINORVERSION}
Expand Down
2 changes: 1 addition & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ type Configuration struct {
EditMenu bool `json:"editmenu"`
}

var version = "5.688"
var version = "7.885"

// configFileName holds the name of the config file.
const configFileName string = "config.json"
Expand Down
4 changes: 2 additions & 2 deletions doc/yay.8
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
'\" t
.TH "YAY" "8" "2018\-06\-04" "Yay v6\&.784+" "Yay Manual"
.TH "YAY" "8" "2018\-06\-04" "Yay v7\&.885+" "Yay Manual"
.nh
.ad l
.SH "NAME"
Expand Down Expand Up @@ -365,7 +365,7 @@ previously installed packages still apply\&.
.RS 4
Show diffs for build files\&. Diffs are shown via \fBgit diff\fR which uses
less by default\&. This behaviour can be changed via git's config, the
\fB$GIT_PAGER\fR or \fB$PAGER\fR environment variables\&.
\fB$GIT_PAGER\fR or \fB$PAGER\fR environment variables\&.
.RE
.PP
\fB\-\-noshowdiffs\fR
Expand Down

0 comments on commit 2e8d2b4

Please sign in to comment.