Update of /cvsroot/springnet/Spring.Net/test/Spring
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv15841/test/Spring
Modified Files:
CommonAssemblyInfo.cs
Log Message:
SPRNET-906 Build scripts generate unique revision numbers for assemblies
Index: CommonAssemblyInfo.cs
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/test/Spring/CommonAssemblyInfo.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** CommonAssemblyInfo.cs 16 May 2007 08:32:33 -0000 1.2
--- CommonAssemblyInfo.cs 1 Apr 2008 19:51:09 -0000 1.3
***************
*** 25,29 ****
// by using the '*' as shown below:
! [assembly: AssemblyVersion("0.1.0.0")]
//
--- 25,29 ----
// by using the '*' as shown below:
! [assembly: AssemblyVersion("1.1.1.0")]
//
|