-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #238 from AntennaHouse/develop
Update revision note & version for V1.0.9 release
- Loading branch information
Showing
2 changed files
with
26 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ E-mail : [email protected] | |
<!-- Plug-in name and version --> | ||
<xsl:variable name="pluginAuthor" as="xs:string" select="'Antenna House'"/> | ||
<xsl:variable name="pluginName" as="xs:string" select="'PDF5-ML'"/> | ||
<xsl:variable name="pluginVersion" as="xs:string" select="'1.0.8'"/> | ||
<xsl:variable name="pluginVersion" as="xs:string" select="'1.0.9'"/> | ||
<xsl:message select="concat($pluginAuthor,' ',$pluginName,' plug-in Version: ',$pluginVersion)"/> | ||
<!-- XSLT processor information --> | ||
<xsl:variable name="vendor" as="xs:string" select="system-property('xsl:vendor')"/> | ||
|