Preparations for Waf 1.8.12

This commit is contained in:
Thomas Nagy 2015-06-27 12:41:16 +02:00
parent ae508f2f82
commit f8a3d56775
No known key found for this signature in database
GPG Key ID: 67A565EDFDF90E64
4 changed files with 9 additions and 5 deletions

View File

@ -1,3 +1,7 @@
NEW IN WAF 1.8.12
-----------------
* Fixed a regression when building in sub-folders - https://github.com/waf-project/waf/issues/1590
NEW IN WAF 1.8.11
-----------------
* Fortran fixes https://github.com/waf-project/waf/issues/1580

View File

@ -32,7 +32,7 @@ POSSIBILITY OF SUCH DAMAGE.
import os, sys, inspect
VERSION="1.8.11"
VERSION="1.8.12"
REVISION="x"
GIT="x"
INSTALL="x"

View File

@ -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=0x1080b00
HEXVERSION=0x1080c00
"""Constant updated on new releases"""
WAFVERSION="1.8.11"
WAFVERSION="1.8.12"
"""Constant updated on new releases"""
WAFREVISION="d761ad1397db52a4d287e1c98c002224b5803dc9"
WAFREVISION="ae508f2f82fbfad4420f7920b6f68a6801e383fd"
"""Git revision when the waf version is updated"""
ABI = 98

View File

@ -10,7 +10,7 @@ To add a tool that does not exist in the folder compat15, pass an absolute path:
"""
VERSION="1.8.11"
VERSION="1.8.12"
APPNAME='waf'
REVISION=''