@@ -70,7 +70,7 @@
<property name="theme.base3.dir" value="base3" />
<!-- Check if release.type is set, and if so append it after the tertiary
value -->
- <condition property="version.string" value="${version.primary}.${version.secondary}.${version.tertiary}${release.type}">
+ <condition property="version.string" value="${version.primary}.${version.secondary}.${version.tertiary}.${release.type}">
<isset property="release.type" />
</condition>
<property name="version.string" value="${version.primary}.${version.secondary}.${version.tertiary}" />
|