Skip to content

Commit

Permalink
Incrementing version to 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mattball committed Dec 28, 2009
1 parent e59a4ec commit afcff0e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doxyclean.py
Expand Up @@ -1129,7 +1129,7 @@ def main(argv=None):
global verbose

# Parse command line options
optionParser = OptionParser(version="%prog 2.1")
optionParser = OptionParser(version="%prog 2.2")
optionParser.add_option("-i", "--input", type="string", dest="inputDirectory", default=os.getcwd(), help="The directory containing Doxygen's XML output. Default is the current directory")
optionParser.add_option("-o", "--output", type="string", dest="outputDirectory", default=os.getcwd(), help="The directory to output the converted files to. Default is the current directory")
optionParser.add_option("-n", "--name", type="string", dest="projectName", default="Untitled", help="The name of the project")
Expand Down
2 changes: 1 addition & 1 deletion index2html.xslt
Expand Up @@ -10,7 +10,7 @@
<title><xsl:apply-templates select="project" mode="title"/></title>

<meta id="Generator" name="Generator" content="Doxyclean"/>
<meta id="GeneratorVersion" name="GeneratorVersion" content="2.1"/>
<meta id="GeneratorVersion" name="GeneratorVersion" content="2.2"/>

<link rel="stylesheet" type="text/css" href="css/common.css"/>
<link rel="stylesheet" type="text/css" media="screen" href="css/screen.css"/>
Expand Down
2 changes: 1 addition & 1 deletion object2html.xslt
Expand Up @@ -9,7 +9,7 @@
<meta charset="UTF-8" />
<title><xsl:apply-templates select="object" mode="title"/></title>
<meta id="Generator" name="Generator" content="Doxyclean"/>
<meta id="GeneratorVersion" name="GeneratorVersion" content="2.1"/>
<meta id="GeneratorVersion" name="GeneratorVersion" content="2.2"/>

<link rel="stylesheet" type="text/css" href="../css/common.css"/>
<link rel="stylesheet" type="text/css" media="screen" href="../css/screen.css"/>
Expand Down

0 comments on commit afcff0e

Please sign in to comment.