commitmonitor Code
Monitor your SVN repositories and notifies you on new commits
Brought to you by:
steveking
<?xml version="1.0"?> <project name="SetVersionInfo" default="setversioninfo"> <target name="setversioninfo"> <setenv> <variable name="MajorVersion" value="1" /> <variable name="MinorVersion" value="11" /> <variable name="MicroVersion" value="2" /> <variable name="WCREV" value="$WCREV$" /> <variable name="WCDATE" value="$WCDATE$" /> </setenv> </target> </project>