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

Commit 1c0448d

Browse files
committed
bump to version 1.6.2
1 parent e36de3a commit 1c0448d

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
@@ -17,7 +17,7 @@ set (DAEMON_NAME ${EXEC_NAME}-daemon)
1717
set (DEBUG_NAME ${EXEC_NAME}-debug)
1818
set (WEBEXTENSION_NAME webextension)
1919
set (RELEASE_NAME "FeedReader")
20-
set (VERSION "1.6")
20+
set (VERSION "1.6.2")
2121

2222
find_package(PkgConfig)
2323
find_package(Vala REQUIRED)

src/Constants.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ namespace FeedReader {
196196
namespace AboutInfo {
197197
const string programmName = _("FeedReader");
198198
const string copyright = "Copyright © 2016 Jan Lukas Gernert";
199-
const string version = "1.6.1";
199+
const string version = "1.6.2";
200200
const string comments = _("Desktop Client for various RSS Services");
201201
const string[] authors = { "Jan Lukas Gernert", "Bilal Elmoussaoui", null };
202202
const string[] documenters = { "nobody", null };

0 commit comments

Comments
 (0)