diff options
author | Sven Roederer <SvenRoederer@users.noreply.github.com> | 2017-01-13 23:27:05 +0100 |
---|---|---|
committer | Sven Roederer <freifunk@it-solutions.geroedel.de> | 2017-01-13 23:28:42 +0100 |
commit | 12e82a34254ea90b47dc8f3a66c408c916b4c234 (patch) | |
tree | 5265fcc2a13f92d682302ca1b56301b89f6059b1 /contrib | |
parent | de4bda67e0385876077f67971d441c1d093148ea (diff) |
freifunk-common: bump version as of recent changes
the updates for olsr-0.9.5 compatibility should have changed the release-number
Signed-off-by: Sven Roederer <freifunk@it-solutions.geroedel.de>
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/package/freifunk-common/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/package/freifunk-common/Makefile b/contrib/package/freifunk-common/Makefile index c15f02dcf..d9bbd994a 100644 --- a/contrib/package/freifunk-common/Makefile +++ b/contrib/package/freifunk-common/Makefile @@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=freifunk-common -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) |