diff options
| author | Henning Rogge | 2016-10-21 10:50:17 +0000 |
|---|---|---|
| committer | Henning Rogge | 2016-10-21 10:50:17 +0000 |
| commit | cb5478e0799dbea47203af960a43cb5b1a2b5993 (patch) | |
| tree | 0c16839f9511bbdbcecb247ceb327b5a6d2613b3 | |
| parent | a62ca047efa9cf2908edf359e460fbc4de0192e8 (diff) | |
| download | routing-cb5478e0799dbea47203af960a43cb5b1a2b5993.tar.gz | |
Update to OONF version 0.13.0
| -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 7ac366f..2f36eaa 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.4 -PKG_REV:=356b7fe90d8f01618185edbc18b7072aa1b41aac +PKG_VERSION:=0.13.0 +PKG_REV:=9f941b25e1ac806db9d41e9892a5cf361bfe98f5 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 500ffae..ac1f19c 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.4 -PKG_REV:=356b7fe90d8f01618185edbc18b7072aa1b41aac +PKG_VERSION:=0.13.0 +PKG_REV:=9f941b25e1ac806db9d41e9892a5cf361bfe98f5 PKG_RELEASE:=$(PKG_REV) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 diff --git a/oonf-olsrd2/Makefile b/oonf-olsrd2/Makefile index 999bceb..9b8e988 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.4 -PKG_REV:=356b7fe90d8f01618185edbc18b7072aa1b41aac +PKG_VERSION:=0.13.0 +PKG_REV:=9f941b25e1ac806db9d41e9892a5cf361bfe98f5 PKG_RELEASE:=$(PKG_REV) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 |