2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-22 01:46:15 +01:00

Version number for waf 1.9

This commit is contained in:
Thomas Nagy 2016-01-11 03:20:07 +01:00
parent c016a5761e
commit 85157243c4
No known key found for this signature in database
GPG Key ID: 67A565EDFDF90E64
3 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python
# encoding: ISO8859-1
# Thomas Nagy, 2005-2015
# Thomas Nagy, 2005-2016
"""
Redistribution and use in source and binary forms, with or without
@ -32,7 +32,7 @@ POSSIBILITY OF SUCH DAMAGE.
import os, sys, inspect
VERSION="1.8.17"
VERSION="1.9.0"
REVISION="x"
GIT="x"
INSTALL="x"

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python
# encoding: utf-8
# Thomas Nagy, 2010 (ita)
# Thomas Nagy, 2010-2016 (ita)
"""
Classes and functions required for waf commands
@ -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=0x1081100
HEXVERSION=0x1090000
"""Constant updated on new releases"""
WAFVERSION="1.8.17"
WAFVERSION="1.9.0"
"""Constant updated on new releases"""
WAFREVISION="cd7579a727d1b390bf9cbf111c1b20e811370bc0"
WAFREVISION="c016a5761ed37ababf6ded5dddff0f0a0c1c8da0"
"""Git revision when the waf version is updated"""
ABI = 99

View File

@ -1,6 +1,6 @@
#! /usr/bin/env python
# encoding: utf-8
# Thomas Nagy, 2005-2015
# Thomas Nagy, 2005-2016
"""
to make a custom waf file use the option --tools
@ -10,7 +10,7 @@ To add a tool that does not exist in the folder compat15, pass an absolute path:
"""
VERSION="1.8.17"
VERSION="1.9.0"
APPNAME='waf'
REVISION=''