diff options
author | Vinson Lee <[email protected]> | 2010-04-24 00:19:22 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-04-24 00:21:34 -0700 |
commit | dda8046a6460cbdcfd0ed8a78a443077296a29d2 (patch) | |
tree | 1be01a6fc32bdb952d8215538ee8afaa8a56de66 /src/gallium/docs | |
parent | 3ee4ec99eae51454bd5f3f7a8af51cf65a71908d (diff) |
gallium/docs: Update Gallium version number to 0.4.
Diffstat (limited to 'src/gallium/docs')
-rw-r--r-- | src/gallium/docs/source/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/docs/source/conf.py b/src/gallium/docs/source/conf.py index 59c19ed98dd..ccc84405c41 100644 --- a/src/gallium/docs/source/conf.py +++ b/src/gallium/docs/source/conf.py @@ -45,9 +45,9 @@ copyright = u'2009, VMWare, X.org, Nouveau' # built documents. # # The short X.Y version. -version = '0.3' +version = '0.4' # The full version, including alpha/beta/rc tags. -release = '0.3' +release = '0.4' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |