diff options
| author | Henning Rogge | 2016-06-07 09:19:12 +0000 |
|---|---|---|
| committer | Henning Rogge | 2016-06-07 09:19:12 +0000 |
| commit | 1c4438d5066b9e74c11bbfb973cdf0db092b7635 (patch) | |
| tree | 7eaca580cf76cd53378ad80f5a6d626023f945a0 | |
| parent | 14b71333782ef1c80cfd46e220043602c9d097f1 (diff) | |
| download | routing-1c4438d5066b9e74c11bbfb973cdf0db092b7635.tar.gz | |
OONF release 0.12.1
| -rw-r--r-- | oonf-dlep-proxy/Makefile | 4 | ||||
| -rw-r--r-- | oonf-dlep-radio/Makefile | 4 | ||||
| -rw-r--r-- | oonf-olsrd2/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/oonf-dlep-proxy/Makefile b/oonf-dlep-proxy/Makefile index 22dbb1f..454bbbe 100644 --- a/oonf-dlep-proxy/Makefile +++ b/oonf-dlep-proxy/Makefile @@ -1,8 +1,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=oonf-dlep-proxy -PKG_VERSION:=0.12.0 -PKG_REV:=37d620fbb33c449e39438f2fb1ce25deeb78ff84 +PKG_VERSION:=0.12.1 +PKG_REV:=e4cb9a3ab52352ecee0da09ab4ccae32461f5f44 PKG_RELEASE:=$(PKG_REV) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 diff --git a/oonf-dlep-radio/Makefile b/oonf-dlep-radio/Makefile index 9f4e903..fbc0435 100644 --- a/oonf-dlep-radio/Makefile +++ b/oonf-dlep-radio/Makefile @@ -1,8 +1,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=oonf-dlep-radio -PKG_VERSION:=0.12.0 -PKG_REV:=37d620fbb33c449e39438f2fb1ce25deeb78ff84 +PKG_VERSION:=0.12.1 +PKG_REV:=e4cb9a3ab52352ecee0da09ab4ccae32461f5f44 PKG_RELEASE:=$(PKG_REV) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 diff --git a/oonf-olsrd2/Makefile b/oonf-olsrd2/Makefile index 14a538c..3873c7f 100644 --- a/oonf-olsrd2/Makefile +++ b/oonf-olsrd2/Makefile @@ -1,8 +1,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=oonf-olsrd2 -PKG_VERSION:=0.12.0 -PKG_REV:=37d620fbb33c449e39438f2fb1ce25deeb78ff84 +PKG_VERSION:=0.12.1 +PKG_REV:=e4cb9a3ab52352ecee0da09ab4ccae32461f5f44 PKG_RELEASE:=$(PKG_REV) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 |