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 2009/03/21 13:57:21 UTC

svn commit: r756930 - /incubator/lucene.net/trunk/C#/src/Test/AssemblyInfo.cs

Author: digy
Date: Sat Mar 21 12:57:20 2009
New Revision: 756930

URL: http://svn.apache.org/viewvc?rev=756930&view=rev
Log:
Test/AssemblyInfo.cs 2.3.1 --> 2.3.2

Modified:
    incubator/lucene.net/trunk/C#/src/Test/AssemblyInfo.cs

Modified: incubator/lucene.net/trunk/C#/src/Test/AssemblyInfo.cs
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Test/AssemblyInfo.cs?rev=756930&r1=756929&r2=756930&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Test/AssemblyInfo.cs (original)
+++ incubator/lucene.net/trunk/C#/src/Test/AssemblyInfo.cs Sat Mar 21 12:57:20 2009
@@ -16,7 +16,7 @@
 [assembly: AssemblyDefaultAlias("Lucene.Net")]
 [assembly: AssemblyCulture("")]
 
-[assembly: AssemblyInformationalVersionAttribute("2.3.1")]
+[assembly: AssemblyInformationalVersionAttribute("2.3.2")]
 
 //
 // Version information for an assembly consists of the following four values:
@@ -29,7 +29,7 @@
 // You can specify all the values or you can default the Revision and Build Numbers 
 // by using the '*' as shown below:
 
-[assembly: AssemblyVersion("2.3.1.003")]
+[assembly: AssemblyVersion("2.3.2.001")]
 
 //
 // In order to sign your assembly you must specify a key to use. Refer to the