From aa3c67d174049c0103d39a2a97b4a3a931d55243 Mon Sep 17 00:00:00 2001 From: Simon Mitternacht Date: Thu, 30 Jun 2022 10:58:37 +0200 Subject: [PATCH] Bump version to 2.1.2. Relases #83 and #84. --- CHANGELOG.md | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d96cb39..a33f018 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ FreeSASA uses semantic versioning. Changelog added for versions 2.x +## 2.1.2 + +- Fix error where CLI options weren't parsed properly on ARM processors. +- Fix error in man pages. + ## 2.1.1 - Fix error where compiling without multithread support still set the default number of threads to 2. diff --git a/configure.ac b/configure.ac index 448bb05..aa07236 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.68]) -AC_INIT([FreeSASA], [2.1.1]) +AC_INIT([FreeSASA], [2.1.2]) AM_INIT_AUTOMAKE([foreign]) AC_CONFIG_SRCDIR([config.h.in]) AC_CONFIG_HEADERS([config.h])