Skip to content

Commit c12bf56

Browse files
Merge pull request #214 from AntennaHouse/develop
Update dita2fo_main.xsl
2 parents 8b907b2 + bf82823 commit c12bf56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: com.antennahouse.pdf5.ml/xsl/dita2fo_main.xsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ E-mail : [email protected]
2929
<!-- Plug-in name and version -->
3030
<xsl:variable name="pluginAuthor" as="xs:string" select="'Antenna House'"/>
3131
<xsl:variable name="pluginName" as="xs:string" select="'PDF5-ML'"/>
32-
<xsl:variable name="pluginVersion" as="xs:string" select="'1.0.7'"/>
32+
<xsl:variable name="pluginVersion" as="xs:string" select="'1.0.8'"/>
3333
<xsl:message select="concat($pluginAuthor,' ',$pluginName,' plug-in Version: ',$pluginVersion)"/>
3434
<!-- XSLT processor information -->
3535
<xsl:variable name="vendor" as="xs:string" select="system-property('xsl:vendor')"/>

0 commit comments

Comments
 (0)