Skip to content

Commit 444e4f3

Browse files
committed
version 2.1.1
1 parent 3822238 commit 444e4f3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2.1.1 2021-04-04
2+
- Makefile: fix undefined references with static builds (#19)
3+
14
2.1.0 2020-02-11
25
- Makefile: use "-f" with prove always (to show failed tests) (#13)
36
- Stop searching in further dirs on errors except ENOENT #12

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ PACKAGE=unibilium
1616

1717
PKG_MAJOR=2
1818
PKG_MINOR=1
19-
PKG_REVISION=0
19+
PKG_REVISION=1
2020

2121
PKG_VERSION=$(PKG_MAJOR).$(PKG_MINOR).$(PKG_REVISION)
2222

0 commit comments

Comments
 (0)