You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by di...@apache.org on 2010/05/25 18:31:20 UTC

svn commit: r948091 - in /lucene/lucene.net: tags/Lucene.Net_2_9_2/src/Lucene.Net/AssemblyInfo.cs trunk/C#/src/Lucene.Net/AssemblyInfo.cs

Author: digy
Date: Tue May 25 16:31:19 2010
New Revision: 948091

URL: http://svn.apache.org/viewvc?rev=948091&view=rev
Log:
AssemblyInfos. Just to differentiate (whether LUCENENET-358 is applied or not?)

Modified:
    lucene/lucene.net/tags/Lucene.Net_2_9_2/src/Lucene.Net/AssemblyInfo.cs
    lucene/lucene.net/trunk/C#/src/Lucene.Net/AssemblyInfo.cs

Modified: lucene/lucene.net/tags/Lucene.Net_2_9_2/src/Lucene.Net/AssemblyInfo.cs
URL: http://svn.apache.org/viewvc/lucene/lucene.net/tags/Lucene.Net_2_9_2/src/Lucene.Net/AssemblyInfo.cs?rev=948091&r1=948090&r2=948091&view=diff
==============================================================================
--- lucene/lucene.net/tags/Lucene.Net_2_9_2/src/Lucene.Net/AssemblyInfo.cs (original)
+++ lucene/lucene.net/tags/Lucene.Net_2_9_2/src/Lucene.Net/AssemblyInfo.cs Tue May 25 16:31:19 2010
@@ -47,7 +47,7 @@ using System.Runtime.CompilerServices;
 // You can specify all the values or you can default the Revision and Build Numbers 
 // by using the '*' as shown below:
 
-[assembly: AssemblyVersion("2.9.2.001")]
+[assembly: AssemblyVersion("2.9.2.002")]
 
 
 //

Modified: lucene/lucene.net/trunk/C#/src/Lucene.Net/AssemblyInfo.cs
URL: http://svn.apache.org/viewvc/lucene/lucene.net/trunk/C%23/src/Lucene.Net/AssemblyInfo.cs?rev=948091&r1=948090&r2=948091&view=diff
==============================================================================
--- lucene/lucene.net/trunk/C#/src/Lucene.Net/AssemblyInfo.cs (original)
+++ lucene/lucene.net/trunk/C#/src/Lucene.Net/AssemblyInfo.cs Tue May 25 16:31:19 2010
@@ -47,7 +47,7 @@ using System.Runtime.CompilerServices;
 // You can specify all the values or you can default the Revision and Build Numbers 
 // by using the '*' as shown below:
 
-[assembly: AssemblyVersion("2.9.2.001")]
+[assembly: AssemblyVersion("2.9.2.002")]
 
 
 //