diff options
author | Jacob Siverskog <jacob@teenage.engineering> | 2016-02-08 14:40:32 +0100 |
---|---|---|
committer | Jacob Siverskog <jacob@teenage.engineering> | 2016-02-08 14:40:32 +0100 |
commit | 9ce3f97b06a19e0b86c272066e0398cc24b46bab (patch) | |
tree | 0f607c17ba27d1d0e5768a1f09ca5b46e742865b /libs/protobuf-c | |
parent | 9e405603167acdd7536c72d883906315b6ccff47 (diff) |
protobuf-c: Bump version to 1.2.1.
Signed-off-by: Jacob Siverskog <jacob@teenage.engineering>
Diffstat (limited to 'libs/protobuf-c')
-rw-r--r-- | libs/protobuf-c/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |