Skip to content

Commit 0244062

Browse files
committed
Release 2.0.1
1 parent 0e470d1 commit 0244062

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

debian/changelog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
ghostwriter (2.0.1-snapshot) unstable; urgency=low
1+
ghostwriter (2.0.1) unstable; urgency=low
22

33
* New upstream release.
44

5-
-- wereturtle <[email protected]> Wed, 12 May 2021 00:40:56 -0700
5+
-- wereturtle <[email protected]> Sun, 16 May 2021 23:43:15 -0700

ghostwriter.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#
1919
################################################################################
2020

21-
VERSION = 2.0.1-snapshot
21+
VERSION = 2.0.1
2222

2323
lessThan(QT_MAJOR_VERSION, 5) {
2424
error("ghostwriter requires Qt 5.8 or greater")

ghostwriter.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
%undefine _hardened_build
33
%define debug_package %{nil}
44

5-
%global appver 2.0.1-snapshot
5+
%global appver 2.0.1
66
%global build_timestamp %(date "+%%Y%%m%%d%%H%%M%%S")
7-
%global changelog_date Wed May 12 2021
7+
%global changelog_date Sun May 16 2021
88
%global tarball %([[ %{appver} == *"-"* ]] && echo master || echo %{appver})
99

1010
Name: ghostwriter

resources/linux/ghostwriter.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.\" Manpage for ghostwriter.
2-
.TH man 1 "12 May 2021" "2.0.1-snapshot" "ghostwriter man page"
2+
.TH man 1 "16 May 2021" "2.0.1" "ghostwriter man page"
33
.SH NAME
44
ghostwriter \- distraction\-free text editor for Markdown
55
.SH SYNOPSIS

resources/linux/ghostwriter.appdata.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
</provides>
2929
<content_rating type="oars-1.1"/>
3030
<releases>
31-
<release version="2.0.1-snapshot" date="20210512" type="release"/>
31+
<release version="2.0.1" date="20210516" type="release"/>
3232
</releases>
3333
</component>

0 commit comments

Comments
 (0)