example:
However $rev remains undefined.!include "WordFunc.nsh"
!insertmacro StrFilter
Section
${StrFilter} "$$Revision 10 $$" "1" "" "" $rev
SectionEnd
Any thoughts?
For the record what I'm actually trying to do is massage a Subversion revision number into a Windows .exe product version number using VIProductVersion.
cheers,
Gabe