From 9ce3f97b06a19e0b86c272066e0398cc24b46bab Mon Sep 17 00:00:00 2001 From: Jacob Siverskog Date: Mon, 8 Feb 2016 14:40:32 +0100 Subject: [PATCH] protobuf-c: Bump version to 1.2.1. Signed-off-by: Jacob Siverskog --- libs/protobuf-c/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/protobuf-c/Makefile b/libs/protobuf-c/Makefile index f4af211a8..16b2f2be3 100644 --- a/libs/protobuf-c/Makefile +++ b/libs/protobuf-c/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libprotobuf-c -PKG_VERSION:=v1.0.1 +PKG_VERSION:=v1.2.1 PKG_RELEASE:=$(PKG_SOURCE_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2