You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@etch.apache.org by di...@apache.org on 2009/02/06 22:49:08 UTC

svn commit: r741746 - /incubator/etch/branches/release-1.0.2/binding-csharp/runtime/src/main/csharp/Properties/AssemblyInfo.cs.tmpl

Author: dixson
Date: Fri Feb  6 21:49:08 2009
New Revision: 741746

URL: http://svn.apache.org/viewvc?rev=741746&view=rev
Log:
AssemblyFileVersion needs to be in Mj.Mn.Pt.Bd format

Modified:
    incubator/etch/branches/release-1.0.2/binding-csharp/runtime/src/main/csharp/Properties/AssemblyInfo.cs.tmpl

Modified: incubator/etch/branches/release-1.0.2/binding-csharp/runtime/src/main/csharp/Properties/AssemblyInfo.cs.tmpl
URL: http://svn.apache.org/viewvc/incubator/etch/branches/release-1.0.2/binding-csharp/runtime/src/main/csharp/Properties/AssemblyInfo.cs.tmpl?rev=741746&r1=741745&r2=741746&view=diff
==============================================================================
--- incubator/etch/branches/release-1.0.2/binding-csharp/runtime/src/main/csharp/Properties/AssemblyInfo.cs.tmpl (original)
+++ incubator/etch/branches/release-1.0.2/binding-csharp/runtime/src/main/csharp/Properties/AssemblyInfo.cs.tmpl Fri Feb  6 21:49:08 2009
@@ -48,4 +48,4 @@
 // You can specify all the values or you can default the Revision and Build Numbers 
 // by using the '*' as shown below:
 [assembly: AssemblyVersion("@EtchVersion@")]
-[assembly: AssemblyFileVersion("@EtchLongName@")]
+[assembly: AssemblyFileVersion("@EtchVersion@")]