diff options
| author | Henning Rogge | 2015-09-08 16:25:55 +0000 |
|---|---|---|
| committer | Henning Rogge | 2015-09-08 16:25:55 +0000 |
| commit | ae62ce064247e93612013e56cd3a1816489f2d04 (patch) | |
| tree | 3a62728f3ad4950738c803b0336c820980dcf203 | |
| parent | de2eacac7faf3aeac7b5be84a9ff7712faffeb29 (diff) | |
| download | routing-ae62ce064247e93612013e56cd3a1816489f2d04.tar.gz | |
update to v0.9.2
| -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 3f02c5d..ed9a52f 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.9.1-r2 -PKG_REV:=eab3845089bc2410a3c115fb8274572b16a0e47d +PKG_VERSION:=0.9.2 +PKG_REV:=d1780791bd449f578a37a2b3103682169d9a01a9 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 f0db64f..aedf2da 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.9.1-r2 -PKG_REV:=eab3845089bc2410a3c115fb8274572b16a0e47d +PKG_VERSION:=0.9.2 +PKG_REV:=d1780791bd449f578a37a2b3103682169d9a01a9 PKG_RELEASE:=$(PKG_REV) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 diff --git a/oonf-olsrd2/Makefile b/oonf-olsrd2/Makefile index 9c23ac7..3cfd321 100644 --- a/oonf-olsrd2/Makefile +++ b/oonf-olsrd2/Makefile @@ -1,8 +1,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=oonf-olsrd2 -PKG_VERSION:=0.9.1-r2 -PKG_REV:=eab3845089bc2410a3c115fb8274572b16a0e47d +PKG_VERSION:=0.9.2 +PKG_REV:=d1780791bd449f578a37a2b3103682169d9a01a9 PKG_RELEASE:=$(PKG_REV) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 |