Skip to content

Commit

Permalink
merge version string change
Browse files Browse the repository at this point in the history
  • Loading branch information
neolefty committed Feb 1, 2016
2 parents 1f5d16b + 9b1fa2d commit 201cbf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/release.xml
Expand Up @@ -5,7 +5,7 @@
</description>

<property name="rootDir" value=".."/>
<property name="version.string" value="0_9"/>
<property name="version.string" value="0_10"/>

<target name="release-all" depends="release-zip,release-src" />

Expand Down
Expand Up @@ -46,7 +46,7 @@
*/
public class CommandLineConverter {

private static String notice = "ditaa version 0.9, Copyright (C) 2004--2009 Efstathios (Stathis) Sideris";
private static String notice = "ditaa version 0.10, Copyright (C) 2004--2009 Efstathios (Stathis) Sideris";

private static String[] markupModeAllowedValues = {"use", "ignore", "render"};

Expand Down

0 comments on commit 201cbf4

Please sign in to comment.