Skip to content

Commit

Permalink
Bump version to 2.1.2. Relases #83 and #84.
Browse files Browse the repository at this point in the history
  • Loading branch information
mittinatten committed Jun 30, 2022
1 parent e6500e4 commit aa3c67d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down

0 comments on commit aa3c67d

Please sign in to comment.