From 08367c5cbf4095b67c0defc77909acc0891a54ee Mon Sep 17 00:00:00 2001 From: Zaheer Abbas Merali Date: Mon, 22 Dec 2014 13:05:08 +0000 Subject: [PATCH] Update version in Makefile. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4fa3095e..7eeebab5 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ PROJECT_NAME=openh264 MODULE_NAME=gmpopenh264 GMP_API_BRANCH=Firefox36 CCASFLAGS=$(CFLAGS) -VERSION=1.2 +VERSION=1.3 ifeq (,$(wildcard $(SRC_PATH)gmp-api)) HAVE_GMP_API=No