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

Commit

Permalink
get ready for 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jangernert committed Feb 12, 2017
1 parent 05068db commit a13ea3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ set (UI_NAME "feedreader")
set (DAEMON_NAME ${UI_NAME}-daemon)
set (WEBEXTENSION_NAME webextension)
set (RELEASE_NAME "FeedReader")
set (VERSION "2.0 beta1")
set (VERSION "2.0")
set (GLIB_VERSION 2.40)

find_package(PkgConfig)
Expand Down
2 changes: 1 addition & 1 deletion Constants.vala.in
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ namespace FeedReader {
public const string copyright = "Copyright © 2016 Jan Lukas Gernert";
public const string version = "@VERSION@";
public const string comments = N_("Desktop Client for various RSS Services");
public const string[] authors = { "Jan Lukas Gernert", "Bilal Elmoussaoui", "Anwesh Reddy" ,null };
public const string[] authors = { "Jan Lukas Gernert", "Bilal Elmoussaoui", "Anwesh Reddy" , "Jason Scurtu", null };
public const string[] documenters = { "nobody", null };
public const string[] artists = {"Jan Lukas Gernert", "Harvey Cabaguio", "Jorge Marques", "Andrew Joyce", null};
public const string iconName = "org.gnome.FeedReader";
Expand Down

0 comments on commit a13ea3e

Please sign in to comment.