From f9a9353c3b52812861394fb6535c311d584c1557 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaakko=20Kera=CC=88nen?= Date: Tue, 2 Mar 2021 06:22:36 +0200 Subject: [PATCH 1/1] Bumped version number to 1.2.2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7f287488..beb3dc81 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ cmake_minimum_required (VERSION 3.9) project (Lagrange - VERSION 1.2.1 + VERSION 1.2.2 DESCRIPTION "A Beautiful Gemini Client" LANGUAGES C ) -- 2.34.1