[phc-internals] [phc] r3411 committed - Update version number to 0.3.0 in doc files

phc at googlecode.com phc at googlecode.com
Tue Sep 13 19:02:33 IST 2011


Revision: 3411
Author:   oliver.metz at googlemail.com
Date:     Tue Sep 13 11:02:02 2011
Log:      Update version number to 0.3.0 in doc files
http://code.google.com/p/phc/source/detail?r=3411

Modified:
  /trunk/doc/manual/conf.py
  /trunk/misc/Doxyfile

=======================================
--- /trunk/doc/manual/conf.py	Thu Aug  6 07:54:22 2009
+++ /trunk/doc/manual/conf.py	Tue Sep 13 11:02:02 2011
@@ -43,16 +43,16 @@

  # General information about the project.
  project = u'phc'
-copyright = u'2009, Paul Biggar, Edsko de Vries, John Gilbert'
+copyright = u'2011, Paul Biggar, Edsko de Vries, John Gilbert'

  # 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 = '2.0.3'
+version = '0.3.0'
  # The full version, including alpha/beta/rc tags.
-release = '2.0.3'
+release = '0.3.0'

  # The language for content autogenerated by Sphinx. Refer to documentation
  # for a list of supported languages.
=======================================
--- /trunk/misc/Doxyfile	Wed Apr 25 05:08:48 2007
+++ /trunk/misc/Doxyfile	Tue Sep 13 11:02:02 2011
@@ -4,7 +4,7 @@
  # Project related configuration options
   
#---------------------------------------------------------------------------
  PROJECT_NAME           = phc
-PROJECT_NUMBER         = 0.2.0
+PROJECT_NUMBER         = 0.3.0
  OUTPUT_DIRECTORY       = doxy/
  CREATE_SUBDIRS         = NO
  OUTPUT_LANGUAGE        = English


More information about the phc-internals mailing list