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

Commit

Permalink
bump to version 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jangernert committed Aug 29, 2016
1 parent e36de3a commit 1c0448d
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 @@ -17,7 +17,7 @@ set (DAEMON_NAME ${EXEC_NAME}-daemon)
set (DEBUG_NAME ${EXEC_NAME}-debug)
set (WEBEXTENSION_NAME webextension)
set (RELEASE_NAME "FeedReader")
set (VERSION "1.6")
set (VERSION "1.6.2")

find_package(PkgConfig)
find_package(Vala REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion src/Constants.vala
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ namespace FeedReader {
namespace AboutInfo {
const string programmName = _("FeedReader");
const string copyright = "Copyright © 2016 Jan Lukas Gernert";
const string version = "1.6.1";
const string version = "1.6.2";
const string comments = _("Desktop Client for various RSS Services");
const string[] authors = { "Jan Lukas Gernert", "Bilal Elmoussaoui", null };
const string[] documenters = { "nobody", null };
Expand Down

0 comments on commit 1c0448d

Please sign in to comment.