From 0e243e421286fafaca3a26cf66e33952c645d0d9 Mon Sep 17 00:00:00 2001 From: Thomas Nagy Date: Mon, 17 Dec 2012 18:08:43 +0100 Subject: [PATCH] New release 1.7.8 --- ChangeLog | 4 ++++ waf-light | 2 +- waflib/Context.py | 6 +++--- wscript | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 618b33dc..04832aa2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +NEW IN WAF 1.7.8 +---------------- +* Fixed a configuration issue in the visual studio compiler (regression #1239) + NEW IN WAF 1.7.7 ---------------- * XLC and XLF detection fixes #1230 diff --git a/waf-light b/waf-light index bfc1161a..ee897d2d 100755 --- a/waf-light +++ b/waf-light @@ -32,7 +32,7 @@ POSSIBILITY OF SUCH DAMAGE. import os, sys -VERSION="1.7.7" +VERSION="1.7.8" REVISION="x" INSTALL="x" C1='x' diff --git a/waflib/Context.py b/waflib/Context.py index f9944248..ddb5048a 100644 --- a/waflib/Context.py +++ b/waflib/Context.py @@ -11,13 +11,13 @@ from waflib import Utils, Errors, Logs import waflib.Node # the following 3 constants are updated on each new release (do not touch) -HEXVERSION=0x1070700 +HEXVERSION=0x1070800 """Constant updated on new releases""" -WAFVERSION="1.7.7" +WAFVERSION="1.7.8" """Constant updated on new releases""" -WAFREVISION="c0575b852890d22d4e06a74e41d28340f9f2d124" +WAFREVISION="8c566d1a427701af46e32bd943d9aead35a0cc07" """Constant updated on new releases""" ABI = 98 diff --git a/wscript b/wscript index 663b3dac..d8097f98 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.7" +VERSION="1.7.8" APPNAME='waf' REVISION=''