lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit abaf73540c0206cd9bd0d80725e6c2b23ce14baf
parent 891726723d94ff7cee6ddcc7f8055fbdbd755cc3
Author: Hannu Nyman <hannu.nyman@iki.fi>
Date:   Tue,  9 Feb 2016 12:58:28 +0200

Merge pull request #2361 from jsiverskog/protobuf-c-v1.2.1

protobuf-c: Bump version to 1.2.1.
Diffstat:
Mlibs/protobuf-c/Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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