updating base project.year value in build script to 2011 so as to 'reset' the daily build increment (which is now too large to be valid again)

This commit is contained in:
Steve Bohlen
2012-04-19 09:52:51 -04:00
parent 868445c924
commit 155e90338a

View File

@@ -162,7 +162,7 @@ Commandline Examples:
<property name="project.copyright" value="Copyright 2002-2011 Spring.NET Framework Team."/>
<property name="key.file" value="Spring.Net.snk"/>
<property name="project.year" value="2010"/>
<property name="project.year" value="2011"/>
<!-- Targets that are always executed -->
<call target="set-build-configuration"/>