Modified the <productVersion> to be dynamic based on the project.version.

This commit is contained in:
maurer.it 2011-06-11 21:50:51 -04:00
parent e8c9f3c8f5
commit e13140b8b7

View file

@ -181,7 +181,7 @@
<txtFileVersion>MAGE Client</txtFileVersion>
<fileDescription>Mage Client</fileDescription>
<copyright>(C) Mage Development Team</copyright>
<productVersion>0.7.3.0</productVersion>
<productVersion>${project.version}.0</productVersion>
<txtProductVersion>MAGE Client</txtProductVersion>
<productName>MAGE</productName>
<internalName>Mage-Client</internalName>