Browse Source

Bumped up version and year in docs.

alteredq 13 years ago
parent
commit
279c504a74
1 changed files with 3 additions and 3 deletions
  1. 3 3
      doc/conf.py

+ 3 - 3
doc/conf.py

@@ -41,16 +41,16 @@ master_doc = 'index'
 
 # General information about the project.
 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
 # |version| and |release|, also used in various other places throughout the
 # built documents.
 #
 # The short X.Y version.
-version = 'r47'
+version = 'r48dev'
 # The full version, including alpha/beta/rc tags.
-release = 'r47'
+release = 'r48dev'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.