diff options
author | Othmar Truniger <tru7@users.noreply.github.com> | 2014-12-31 13:56:28 +0100 |
---|---|---|
committer | Othmar Truniger <tru7@users.noreply.github.com> | 2014-12-31 13:56:28 +0100 |
commit | 1b32623c5ac59686fece2cb7cf948c4fa9d14c48 (patch) | |
tree | 21cf30a066354012465b2c3bf30970a6b24be5eb /libs/pthsem | |
parent | c44dfcf4ec41bc4bafce491a9b6bb7c6cb2c87ac (diff) |
pthsem: updated Makefile
Signed-off-by: Othmar Truniger <github@truniger.ch>
Diffstat (limited to 'libs/pthsem')
-rw-r--r-- | libs/pthsem/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/pthsem/Makefile b/libs/pthsem/Makefile index e69c7f52d..a36bc0296 100644 --- a/libs/pthsem/Makefile +++ b/libs/pthsem/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pthsem PKG_VERSION:=2.0.8 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_MAINTAINER:=Othmar Truniger <github@truniger.ch> PKG_LICENSE:=LGPL-2.1+ |