From fcf34a758ee90cdf3c03c39cc2e52f91388c5799 Mon Sep 17 00:00:00 2001 From: Bastian Bittorf Date: Fri, 19 Jun 2015 13:19:57 +0200 Subject: [PATCH] olsrd: Makefile version typo: 0.9.1 -> 0.9.0.1 --- olsrd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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