This commit is contained in:
Thomas Nagy 2012-07-22 20:06:17 +02:00
parent b6771c2055
commit f0873bb993
3 changed files with 6 additions and 5 deletions

5
DEVEL
View File

@ -20,8 +20,9 @@ Documentation repository on http://docs.waf.googlecode.com/git/
---------------------------------------------------------------
Contains the documentation:
API documentation http://docs.waf.googlecode.com/git/apidocs_16/index.html
The Waf Book http://docs.waf.googlecode.com/git/book_16/single.html
API documentation http://docs.waf.googlecode.com/git/apidocs_17/index.html
The Waf Book http://docs.waf.googlecode.com/git/book_17/single.html
The Waf Book for Waf 1.6 (deprecated) http://docs.waf.googlecode.com/git/book_16/single.html
The Waf Book for Waf 1.5 (deprecated) http://docs.waf.googlecode.com/git/book_15/single.html
Programming details

View File

@ -353,9 +353,9 @@ copyright = u'2010, Thomas Nagy'
# built documents.
#
# The short X.Y version.
version = '1.6.8'
version = '1.7.0'
# The full version, including alpha/beta/rc tags.
release = '1.6.8'
release = '1.7.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python
# encoding: ISO8859-1
# Thomas Nagy, 2005-2011
# Thomas Nagy, 2005-2012
"""
Redistribution and use in source and binary forms, with or without