From 5dc8e3b11354500c0fc3ffe55e07ae4da58ef97d Mon Sep 17 00:00:00 2001 From: Jaro Date: Thu, 29 Oct 2020 19:32:38 +0100 Subject: [PATCH] Fix version --- Makefile.openwrt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.openwrt b/Makefile.openwrt index 9f1c50b..e92e27f 100644 --- a/Makefile.openwrt +++ b/Makefile.openwrt @@ -3,7 +3,7 @@ include $(TOPDIR)/rules.mk # Name, version and release number # The name and version of your package are used to define the variable to point to the build directory of your package: $(PKG_BUILD_DIR) PKG_NAME:=bell-rspro -PKG_VERSION:=0.0.10 +PKG_VERSION:=0.0.11 PKG_RELEASE:=1 # Source settings (i.e. where to find the source codes)