From f0873bb993b0a125c7b352ab00d991c6a09828b6 Mon Sep 17 00:00:00 2001 From: Thomas Nagy Date: Sun, 22 Jul 2012 20:06:17 +0200 Subject: [PATCH] docs --- DEVEL | 5 +++-- docs/sphinx/conf.py | 4 ++-- waf-light | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/DEVEL b/DEVEL index 84f05062..0837245f 100644 --- a/DEVEL +++ b/DEVEL @@ -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 diff --git a/docs/sphinx/conf.py b/docs/sphinx/conf.py index 8fa63b49..468ee3b7 100644 --- a/docs/sphinx/conf.py +++ b/docs/sphinx/conf.py @@ -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. diff --git a/waf-light b/waf-light index 9fc4640c..c6d39bb2 100755 --- a/waf-light +++ b/waf-light @@ -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