diff mbox

swig : bump to version 2.0.12

Message ID 1411110831-27676-2-git-send-email-jeremy.rosen@openwide.fr
State Accepted
Headers show

Commit Message

Jeremy Rosen Sept. 19, 2014, 7:13 a.m. UTC
Signed-off-by: Jérémy Rosen <jeremy.rosen@openwide.fr>
---
 package/swig/swig.mk | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Thomas Petazzoni Sept. 21, 2014, 6:06 p.m. UTC | #1
Dear Jérémy Rosen,

On Fri, 19 Sep 2014 09:13:50 +0200, Jérémy Rosen wrote:
> Signed-off-by: Jérémy Rosen <jeremy.rosen@openwide.fr>
> ---
>  package/swig/swig.mk | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/package/swig/swig.mk b/package/swig/swig.mk
> index 79839ea..5efc81c 100644
> --- a/package/swig/swig.mk
> +++ b/package/swig/swig.mk
> @@ -4,7 +4,8 @@
>  #
>  ################################################################################
>  
> -SWIG_VERSION = 2.0.10
> +SWIG_MAJOR = 2.0
> +SWIG_VERSION = $(SWIG_MAJOR).12

This the SWIG_MAJOR variable would only be needed by your next patch
that is not ready to be applied, I've reverted to using just
SWIG_VERSION and applied your bump.

Thanks,

Thomas
diff mbox

Patch

diff --git a/package/swig/swig.mk b/package/swig/swig.mk
index 79839ea..5efc81c 100644
--- a/package/swig/swig.mk
+++ b/package/swig/swig.mk
@@ -4,7 +4,8 @@ 
 #
 ################################################################################
 
-SWIG_VERSION = 2.0.10
+SWIG_MAJOR = 2.0
+SWIG_VERSION = $(SWIG_MAJOR).12
 SWIG_SITE = http://downloads.sourceforge.net/project/swig/swig/swig-$(SWIG_VERSION)
 SWIG_DEPENDENCIES = host-bison
 HOST_SWIG_CONF_OPT = \