diff options
| author | Bastian Bittorf | 2015-07-31 07:02:13 +0000 |
|---|---|---|
| committer | Bastian Bittorf | 2015-07-31 07:02:13 +0000 |
| commit | 3ff3335dd351480b07856d0f1ed56a745aa2f09c (patch) | |
| tree | e152ba0eb2eb770373e3c802753a0de2778c2354 | |
| parent | fe9edb30a01694e8f708ee530684630f4257f6a9 (diff) | |
| parent | 333de9c12d0067c16177f0c55cdb40b9b10d02c5 (diff) | |
| download | routing-3ff3335dd351480b07856d0f1ed56a745aa2f09c.tar.gz | |
Merge pull request #113 from HRogge/master
OONF v0.9.1 bugfix release
| -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 1f69065..1f4f311 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.0 -PKG_REV:=2e367c28fa80aa1c2841c78e296ba946afb2476f +PKG_VERSION:=0.9.1 +PKG_REV:=5c2d56765f72572b0c970395604eee2218847e67 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 008384e..9973819 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.0 -PKG_REV:=2e367c28fa80aa1c2841c78e296ba946afb2476f +PKG_VERSION:=0.9.1 +PKG_REV:=5c2d56765f72572b0c970395604eee2218847e67 PKG_RELEASE:=$(PKG_REV) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 diff --git a/oonf-olsrd2/Makefile b/oonf-olsrd2/Makefile index 4cd92a3..6749586 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.0 -PKG_REV:=2e367c28fa80aa1c2841c78e296ba946afb2476f +PKG_VERSION:=0.9.1 +PKG_REV:=5c2d56765f72572b0c970395604eee2218847e67 PKG_RELEASE:=$(PKG_REV) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 |