2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-25 11:19:52 +01:00

waf 1.8.2

This commit is contained in:
Thomas Nagy 2014-10-12 01:32:19 +02:00
parent 30fb9699ef
commit 293612bcf9
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.2
----------------
* Removed the modules c_* that were accidentally shipped and break pkg-config tests
NEW IN WAF 1.8.1
----------------
* Re-added compatible option group names from waf 1.7 #1495

View File

@ -32,7 +32,7 @@ POSSIBILITY OF SUCH DAMAGE.
import os, sys, inspect
VERSION="1.8.1"
VERSION="1.8.2"
REVISION="x"
INSTALL="x"
C1='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=0x1080100
HEXVERSION=0x1080200
"""Constant updated on new releases"""
WAFVERSION="1.8.1"
WAFVERSION="1.8.2"
"""Constant updated on new releases"""
WAFREVISION="05ef26f3b875de31d3ae5c5c7a62e0eb5df88fea"
WAFREVISION="30fb9699ef89341f3eeef3fd600539b9b41b61c2"
"""Constant updated on new releases"""
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.1"
VERSION="1.8.2"
APPNAME='waf'
REVISION=''