Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit a13ea3e

Browse files
committed
get ready for 2.0
1 parent 05068db commit a13ea3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ set (UI_NAME "feedreader")
1616
set (DAEMON_NAME ${UI_NAME}-daemon)
1717
set (WEBEXTENSION_NAME webextension)
1818
set (RELEASE_NAME "FeedReader")
19-
set (VERSION "2.0 beta1")
19+
set (VERSION "2.0")
2020
set (GLIB_VERSION 2.40)
2121

2222
find_package(PkgConfig)

Constants.vala.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ namespace FeedReader {
2424
public const string copyright = "Copyright © 2016 Jan Lukas Gernert";
2525
public const string version = "@VERSION@";
2626
public const string comments = N_("Desktop Client for various RSS Services");
27-
public const string[] authors = { "Jan Lukas Gernert", "Bilal Elmoussaoui", "Anwesh Reddy" ,null };
27+
public const string[] authors = { "Jan Lukas Gernert", "Bilal Elmoussaoui", "Anwesh Reddy" , "Jason Scurtu", null };
2828
public const string[] documenters = { "nobody", null };
2929
public const string[] artists = {"Jan Lukas Gernert", "Harvey Cabaguio", "Jorge Marques", "Andrew Joyce", null};
3030
public const string iconName = "org.gnome.FeedReader";

0 commit comments

Comments
 (0)