From: Adriaan de Groot Date: Mon, 27 Sep 2021 11:08:22 +0000 (+0200) Subject: Changes: pre-release housekeeping X-Git-Tag: 3.2.44-1^2~9 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=c4034d944bb6484a85fcb2ddc613f75c1d51eaf9;p=alterlinux%2Falterlinux-calamares.git Changes: pre-release housekeeping --- diff --git a/CHANGES b/CHANGES index 97f8bd4c7..a9afa18f1 100644 --- a/CHANGES +++ b/CHANGES @@ -7,6 +7,15 @@ contributors are listed. Note that Calamares does not have a historical changelog -- this log starts with version 3.2.0. The release notes on the website will have to do for older versions. +# 3.2.44.2 (2021-09-27) # + +This release contains contributions from (alphabetically by first name): + - + +This is a hotfix for a typo -- not a syntax error -- that affects the +*networkcfg* module. Reported and fixed by . + + # 3.2.44.1 (2021-09-24) # This release contains contributions from (alphabetically by first name): diff --git a/CMakeLists.txt b/CMakeLists.txt index 01ae160d9..58a06db81 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -41,7 +41,7 @@ # TODO:3.3: Require CMake 3.12 cmake_minimum_required( VERSION 3.3 FATAL_ERROR ) project( CALAMARES - VERSION 3.2.44.1 + VERSION 3.2.44.2 LANGUAGES C CXX )