From 53bb67a30c3e101474670991d42f124ee0365781 Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Sat, 12 Dec 2020 22:16:56 +0200 Subject: Bumped version number to 0.13.1 --- CMakeLists.txt | 2 +- res/about/version.gmi | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 394f1b6b..b8ee5837 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ cmake_minimum_required (VERSION 3.9) project (Lagrange - VERSION 0.13.0 + VERSION 0.13.1 DESCRIPTION "A Beautiful Gemini Client" LANGUAGES C ) diff --git a/res/about/version.gmi b/res/about/version.gmi index 08e647b8..d91de9ff 100644 --- a/res/about/version.gmi +++ b/res/about/version.gmi @@ -6,6 +6,9 @@ ``` # Release notes +## 0.13.1 +* Fixed build failure on Linux. + ## 0.13 * Support for Internationalized Domain Names (IDN) in network requests. * Percent-encoded URL paths are shown decoded in the UI, and encoded in outgoing requests. -- cgit v1.2.3