1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-03-22 03:07:20 +01:00

setting data file version to 4

This commit is contained in:
SVN User 2008-01-17 21:45:43 +00:00
parent d3f65a6934
commit 3bba32609f

View File

@ -20,7 +20,7 @@
<xsl:template match="*[attribute::id='root']">
<FWObjectDatabase xmlns="http://www.fwbuilder.org/1.0/">
<xsl:attribute name="version">3</xsl:attribute>
<xsl:attribute name="version">4</xsl:attribute>
<xsl:attribute name="id">root</xsl:attribute>
<xsl:copy-of select="*"/>
</FWObjectDatabase>