From 4c23f80a7c5aedb43b917487334bd301cf8ae9a0 Mon Sep 17 00:00:00 2001 From: Thomas Nagy Date: Wed, 26 Sep 2012 18:43:10 +0200 Subject: [PATCH] waf-1.7.4 --- waf-light | 2 +- waflib/Context.py | 4 ++-- wscript | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/waf-light b/waf-light index f993e2ea..d79c80a2 100755 --- a/waf-light +++ b/waf-light @@ -32,7 +32,7 @@ POSSIBILITY OF SUCH DAMAGE. import os, sys -VERSION="1.7.3" +VERSION="1.7.4" REVISION="x" INSTALL="x" C1='x' diff --git a/waflib/Context.py b/waflib/Context.py index d61bbada..02896c00 100644 --- a/waflib/Context.py +++ b/waflib/Context.py @@ -11,10 +11,10 @@ from waflib import Utils, Errors, Logs import waflib.Node # the following 3 constants are updated on each new release (do not touch) -HEXVERSION=0x1070300 +HEXVERSION=0x1070400 """Constant updated on new releases""" -WAFVERSION="1.7.3" +WAFVERSION="1.7.4" """Constant updated on new releases""" WAFREVISION="a7e69d6b81b04729804754c4d5214da063779a65" diff --git a/wscript b/wscript index 8831bef9..1a14a82e 100644 --- a/wscript +++ b/wscript @@ -10,7 +10,7 @@ To add a tool that does not exist in the folder compat15, pass an absolute path: """ -VERSION="1.7.3" +VERSION="1.7.4" APPNAME='waf' REVISION=''