Skip to content

Commit

Permalink
Update version number to 0.3.0 in doc files
Browse files Browse the repository at this point in the history
  • Loading branch information
olistudent committed Sep 13, 2011
1 parent 152dbc1 commit 78bc38a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions doc/manual/conf.py
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion misc/Doxyfile
Expand Up @@ -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
Expand Down

0 comments on commit 78bc38a

Please sign in to comment.