diff options
| author | Bastian Bittorf | 2015-06-19 11:19:57 +0000 |
|---|---|---|
| committer | Bastian Bittorf | 2015-06-19 11:19:57 +0000 |
| commit | fcf34a758ee90cdf3c03c39cc2e52f91388c5799 (patch) | |
| tree | 7e218d859211eb999da37f05a958fb9b37e2a272 | |
| parent | 2c58742f63e3be9c01b36fff8a035885e71fa331 (diff) | |
| download | routing-fcf34a758ee90cdf3c03c39cc2e52f91388c5799.tar.gz | |
olsrd: Makefile version typo: 0.9.1 -> 0.9.0.1
| -rw-r--r-- | olsrd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/olsrd/Makefile b/olsrd/Makefile index a72dd84..02adc92 100644 --- a/olsrd/Makefile +++ b/olsrd/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=olsrd -PKG_VERSION:=0.9.1 +PKG_VERSION:=0.9.0.1 PKG_RELEASE:=4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 |