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/12/13 14:57:14 UTC

svn commit: r890062 - in /incubator/lucene.net/trunk/C#/src: Lucene.Net/AssemblyInfo.cs Test/AssemblyInfo.cs

Author: digy
Date: Sun Dec 13 13:57:13 2009
New Revision: 890062

URL: http://svn.apache.org/viewvc?rev=890062&view=rev
Log:
Version changed from 2.9.1.001 to 2.9.1.002 to differentiate the current code from 2.9.0. beta

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

Modified: incubator/lucene.net/trunk/C#/src/Lucene.Net/AssemblyInfo.cs
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Lucene.Net/AssemblyInfo.cs?rev=890062&r1=890061&r2=890062&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Lucene.Net/AssemblyInfo.cs (original)
+++ incubator/lucene.net/trunk/C#/src/Lucene.Net/AssemblyInfo.cs Sun Dec 13 13:57:13 2009
@@ -47,7 +47,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.9.1.001")]
+[assembly: AssemblyVersion("2.9.1.002")]
 
 
 //

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=890062&r1=890061&r2=890062&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Test/AssemblyInfo.cs (original)
+++ incubator/lucene.net/trunk/C#/src/Test/AssemblyInfo.cs Sun Dec 13 13:57:13 2009
@@ -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.9.1.001")]
+[assembly: AssemblyVersion("2.9.1.002")]
 
 //
 // In order to sign your assembly you must specify a key to use. Refer to the