Browse Source

Merge remote-tracking branch 'alteredq/dev' into dev

Mr.doob 13 years ago
parent
commit
fb436d3614
1 changed files with 3 additions and 3 deletions
  1. 3 3
      docs/conf.py

+ 3 - 3
docs/conf.py

@@ -41,16 +41,16 @@ master_doc = 'index'
 
 
 # General information about the project.
 # General information about the project.
 project = u'three.js'
 project = u'three.js'
-copyright = u'2011, three.js Authors'
+copyright = u'2010-2012, three.js Authors'
 
 
 # The version info for the project you're documenting, acts as replacement for
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
 # |version| and |release|, also used in various other places throughout the
 # built documents.
 # built documents.
 #
 #
 # The short X.Y version.
 # The short X.Y version.
-version = 'r47'
+version = 'r48dev'
 # The full version, including alpha/beta/rc tags.
 # The full version, including alpha/beta/rc tags.
-release = 'r47'
+release = 'r48dev'
 
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
 # for a list of supported languages.