From 444e4f3090d67bfd52d1e33996a7e10f8f7b13b5 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Sun, 4 Apr 2021 13:47:20 +0200 Subject: [PATCH] version 2.1.1 --- Changes | 3 +++ Makefile | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 95cd510..5764a7f 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,6 @@ +2.1.1 2021-04-04 + - Makefile: fix undefined references with static builds (#19) + 2.1.0 2020-02-11 - Makefile: use "-f" with prove always (to show failed tests) (#13) - Stop searching in further dirs on errors except ENOENT #12 diff --git a/Makefile b/Makefile index 5906d88..6060ee6 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ PACKAGE=unibilium PKG_MAJOR=2 PKG_MINOR=1 -PKG_REVISION=0 +PKG_REVISION=1 PKG_VERSION=$(PKG_MAJOR).$(PKG_MINOR).$(PKG_REVISION)