From a2d5254bc308b94249d67ab4b6c3796e44398295 Mon Sep 17 00:00:00 2001 From: Sijia Chen Date: Tue, 28 Oct 2014 17:57:57 +0800 Subject: [PATCH] update VERSION in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ceb3b5ee..2dd45cf1 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ PROJECT_NAME=openh264 MODULE_NAME=gmpopenh264 GMP_API_BRANCH=master CCASFLAGS=$(CFLAGS) -VERSION=1.1 +VERSION=1.2 ifeq (,$(wildcard $(SRC_PATH)gmp-api)) HAVE_GMP_API=No