From 0be7e09a423e49fbaadc0946fc018c0841dee0c7 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Wed, 3 Apr 2019 21:26:34 +0200 Subject: [PATCH] remove if condition related to the old versioning scheme --- src/u_main.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/u_main.pas b/src/u_main.pas index 4ee1e479..4f1e1fd2 100644 --- a/src/u_main.pas +++ b/src/u_main.pas @@ -2015,7 +2015,7 @@ begin try url := dat.FindPath('html_url'); tgg := dat.FindPath('tag_name'); - if url.isNotNil and tgg.isNotNil and (tgg.AsString <> '3_update_5') then + if url.isNotNil and tgg.isNotNil then begin res:= TResourceStream.Create(HINSTANCE, 'VERSION', RT_RCDATA); lst := TstringList.Create;