We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3822238 commit 444e4f3Copy full SHA for 444e4f3
Changes
@@ -1,3 +1,6 @@
1
+2.1.1 2021-04-04
2
+ - Makefile: fix undefined references with static builds (#19)
3
+
4
2.1.0 2020-02-11
5
- Makefile: use "-f" with prove always (to show failed tests) (#13)
6
- Stop searching in further dirs on errors except ENOENT #12
Makefile
@@ -16,7 +16,7 @@ PACKAGE=unibilium
16
17
PKG_MAJOR=2
18
PKG_MINOR=1
19
-PKG_REVISION=0
+PKG_REVISION=1
20
21
PKG_VERSION=$(PKG_MAJOR).$(PKG_MINOR).$(PKG_REVISION)
22
0 commit comments