Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
wereturtle committed Feb 23, 2020
1 parent 08e65e3 commit 2a33c45
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ghostwriter.pro
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ CONFIG += c++11

# Set program version
isEmpty(VERSION) {
VERSION = v1.8.1-rc
VERSION = v1.8.1
}
DEFINES += APPVERSION='\\"$${VERSION}\\"'

Expand Down
2 changes: 1 addition & 1 deletion resources/linux/ghostwriter.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" Manpage for ghostwriter.
.TH man 1 "30 December 2019" "1.8.1-rc" "ghostwriter man page"
.TH man 1 "22 February 2020" "1.8.1" "ghostwriter man page"
.SH NAME
ghostwriter \- distraction\-free text editor for Markdown
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion resources/linux/ghostwriter.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
<binary>ghostwriter</binary>
</provides>
<releases>
<release version="1.8.1-rc" date="20191230" type="development"/>
<release version="1.8.1" date="20200222" type="stable"/>
</releases>
</component>

0 comments on commit 2a33c45

Please sign in to comment.