You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by ar...@apache.org on 2009/10/26 02:57:02 UTC

svn commit: r829685 - in /incubator/lucene.net/trunk/C#/src: ./ Demo/DeleteFiles/ Demo/DemoLib/ Demo/IndexFiles/ Demo/IndexHtml/ Demo/SearchFiles/ Lucene.Net/ Test/

Author: aroush
Date: Mon Oct 26 01:57:00 2009
New Revision: 829685

URL: http://svn.apache.org/viewvc?rev=829685&view=rev
Log:
Lucene.Net 2.4.0

Added:
    incubator/lucene.net/trunk/C#/src/Lucene.Net/Lucene.Net-2.4.0.csproj
      - copied unchanged from r827029, incubator/lucene.net/trunk/C#/src/Lucene.Net/Lucene.Net-2.4.1-VS2005.csproj
    incubator/lucene.net/trunk/C#/src/Lucene.Net/Lucene.Net-2.4.0.sln
      - copied, changed from r826932, incubator/lucene.net/trunk/C#/src/Lucene.Net/Lucene.Net-2.4.1-VS2005.sln
Removed:
    incubator/lucene.net/trunk/C#/src/Lucene.Net/Lucene.Net-2.4.1-VS2005.csproj
    incubator/lucene.net/trunk/C#/src/Lucene.Net/Lucene.Net-2.4.1-VS2005.sln
Modified:
    incubator/lucene.net/trunk/C#/src/CHANGES.txt
    incubator/lucene.net/trunk/C#/src/Demo/DeleteFiles/AssemblyInfo.cs
    incubator/lucene.net/trunk/C#/src/Demo/DemoLib/AssemblyInfo.cs
    incubator/lucene.net/trunk/C#/src/Demo/IndexFiles/AssemblyInfo.cs
    incubator/lucene.net/trunk/C#/src/Demo/IndexHtml/AssemblyInfo.cs
    incubator/lucene.net/trunk/C#/src/Demo/SearchFiles/AssemblyInfo.cs
    incubator/lucene.net/trunk/C#/src/HISTORY.txt
    incubator/lucene.net/trunk/C#/src/Lucene.Net/AssemblyInfo.cs
    incubator/lucene.net/trunk/C#/src/Lucene.Net/Lucene.Net-2.4.1.ndoc
    incubator/lucene.net/trunk/C#/src/Lucene.Net/Lucene.Net.sln
    incubator/lucene.net/trunk/C#/src/Test/AssemblyInfo.cs

Modified: incubator/lucene.net/trunk/C#/src/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/CHANGES.txt?rev=829685&r1=829684&r2=829685&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/CHANGES.txt (original)
+++ incubator/lucene.net/trunk/C#/src/CHANGES.txt Mon Oct 26 01:57:00 2009
@@ -1,73 +1,5 @@
-========================================================================
-Lucene Change Log (per Apache Java Lucene).  Those changes are 
-accumulated into Apache Lucene.Net.  For Apache Lucene.Net specific 
-changes look for the file HISTORY.txt
-========================================================================
-
-
 Lucene Change Log
-$Id: CHANGES.txt 750175 2009-03-04 21:53:46Z mikemccand $
-
-======================= Release 2.4.1 2009-03-09 =======================
-
-Bug fixes
-
-1. LUCENE-1452: Fixed silent data-loss case whereby binary fields are
-   truncated to 0 bytes during merging if the segments being merged
-   are non-congruent (same field name maps to different field
-   numbers).  This bug was introduced with LUCENE-1219.  (Andrzej
-   Bialecki via Mike McCandless).
-
-2. LUCENE-1429: Don't throw incorrect IllegalStateException from
-   IndexWriter.close() if you've hit an OOM when autoCommit is true.
-   (Mike McCandless)
-
-3. LUCENE-1474: If IndexReader.flush() is called twice when there were
-   pending deletions, it could lead to later false AssertionError
-   during IndexReader.open.  (Mike McCandless)
-
-4. LUCENE-1430: Fix false AlreadyClosedException from IndexReader.open
-   (masking an actual IOException) that takes String or File path.
-   (Mike McCandless)
-
-5. LUCENE-1442: Multiple-valued NOT_ANALYZED fields can double-count
-   token offsets.  (Mike McCandless)
-
-6. LUCENE-1453: Ensure IndexReader.reopen() does not result in
-   incorrectly closing the shared FSDirectory.  This bug would only
-   happen if you use IndexReader.open with a File or String argument.
-   (Mark Miller via Mike McCandless)
-
-7. LUCENE-1457: Fix possible overflow bugs during binary
-   searches. (Mark Miller via Mike McCandless)
-
-8. LUCENE-1459: Fix CachingWrapperFilter to not throw exception if
-   both bits() and getDocIdSet() methods are called. (Matt Jones via
-   Mike McCandless)
-
-9. LUCENE-1519: Fix int overflow bug during segment merging.  (Deepak
-   via Mike McCandless)
-
-10. LUCENE-1521: Fix int overflow bug when flushing segment.
-    (Shon Vella via Mike McCandless).
-
-11. LUCENE-1544: Fix deadlock in IndexWriter.addIndexes(IndexReader[]).
-   (Mike McCandless via Doug Sale)
-
-12. LUCENE-1547: Fix rare thread safety issue if two threads call
-    IndexWriter commit() at the same time.  (Mike McCandless)
-
-13. LUCENE-1465: NearSpansOrdered returns payloads from first possible match 
-    rather than the correct, shortest match; Payloads could be returned even
-    if the max slop was exceeded; The wrong payload could be returned in 
-    certain situations. (Jonathan Mamou, Greg Shackles, Mark Miller)
-
-14. LUCENE-1186: Add Analyzer.close() to free internal ThreadLocal
-    resources.  (Christian Kohlschütter via Mike McCandless)
-
-15. LUCENE-1552: Fix IndexWriter.addIndexes(IndexReader[]) to properly
-    rollback IndexWriter's internal state on hitting an
-    exception. (Scott Garland via Mike McCandless)
+$Id: CHANGES.txt 700741 2008-10-01 11:20:42Z mikemccand $
 
 ======================= Release 2.4.0 2008-10-06 =======================
 
@@ -391,7 +323,7 @@
     (Eks Dev via Mike McCandless)
 
  5. LUCENE-1183: Optimized TRStringDistance class (in contrib/spell) that uses
-    less memory than the previous version.  (Cédrik LIME via Otis Gospodnetic)
+    less memory than the previous version.  (Cédrik LIME via Otis Gospodnetic)
 
  6. LUCENE-1195: Improve term lookup performance by adding a LRU cache to the
     TermInfosReader. In performance experiments the speedup was about 25% on 
@@ -463,7 +395,7 @@
     successfully created compound files. (Michael Busch)
 
 10. LUCENE-1150: Re-expose StandardTokenizer's constants publicly;
-    this was accidentally lost with LUCENE-966.  (Nicolas Lalevée via
+    this was accidentally lost with LUCENE-966.  (Nicolas Lalevée via
     Mike McCandless)
 
 11. LUCENE-1262: Fixed bug in BufferedIndexReader.refill whereby on
@@ -897,7 +829,7 @@
 Test Cases
 
  1. LUCENE-766: Test adding two fields with the same name but different 
-    term vector setting.  (Nicolas Lalevée via Doron Cohen)  
+    term vector setting.  (Nicolas Lalevée via Doron Cohen)  
     
 ======================= Release 2.2.0 2007-06-19 =======================
 
@@ -1456,7 +1388,7 @@
     (Chris Hostetter)
 
 11. LUCENE-593: Fixed LuceneDictionary's inner Iterator
-    (KÃ¥re Fiedler Christiansen via Otis Gospodnetic)
+    (KÃ¥re Fiedler Christiansen via Otis Gospodnetic)
 
 12. LUCENE-641: fixed an off-by-one bug with IndexWriter.setMaxFieldLength()
     (Daniel Naber)
@@ -1546,7 +1478,7 @@
     (Mike McCandless)
 
 31. Remove "tvp" from known index file extensions because it is
-    never used. (Nicolas Lalevée via Bernhard Messer)
+    never used. (Nicolas Lalevée via Bernhard Messer)
     
 32. LUCENE-767: Change how SegmentReader.maxDoc() is computed to not
     rely on file length check and instead use the SegmentInfo's
@@ -2548,7 +2480,7 @@
 
  7. Modified QueryParser to make it possible to programmatically specify the
     default Boolean operator (OR or AND).
-    (Péter Halácsy via otis)
+    (Péter Halácsy via otis)
 
  8. Made many search methods and classes non-final, per requests.
     This includes IndexWriter and IndexSearcher, among others.

Modified: incubator/lucene.net/trunk/C#/src/Demo/DeleteFiles/AssemblyInfo.cs
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Demo/DeleteFiles/AssemblyInfo.cs?rev=829685&r1=829684&r2=829685&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Demo/DeleteFiles/AssemblyInfo.cs (original)
+++ incubator/lucene.net/trunk/C#/src/Demo/DeleteFiles/AssemblyInfo.cs Mon Oct 26 01:57:00 2009
@@ -28,12 +28,12 @@
 [assembly: AssemblyConfiguration("")]
 [assembly: AssemblyCompany("The Apache Software Foundation")]
 [assembly: AssemblyProduct("Lucene.Net.DeleteFile")]
-[assembly: AssemblyCopyright("Copyright 2006 - 2008 The Apache Software Foundation")]
-[assembly: AssemblyTrademark("Copyright 2006 - 2008 The Apache Software Foundation")]
+[assembly: AssemblyCopyright("Copyright 2006 - 2009 The Apache Software Foundation")]
+[assembly: AssemblyTrademark("Copyright 2006 - 2009 The Apache Software Foundation")]
 [assembly: AssemblyDefaultAlias("Lucene.Net")]
 [assembly: AssemblyCulture("")]
 
-[assembly: AssemblyInformationalVersionAttribute("2.4.1")]
+[assembly: AssemblyInformationalVersionAttribute("2.4.0")]
 
 //
 // Version information for an assembly consists of the following four values:
@@ -46,7 +46,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.4.1.002")]
+[assembly: AssemblyVersion("2.4.0.002")]
 
 //
 // In order to sign your assembly you must specify a key to use. Refer to the 

Modified: incubator/lucene.net/trunk/C#/src/Demo/DemoLib/AssemblyInfo.cs
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Demo/DemoLib/AssemblyInfo.cs?rev=829685&r1=829684&r2=829685&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Demo/DemoLib/AssemblyInfo.cs (original)
+++ incubator/lucene.net/trunk/C#/src/Demo/DemoLib/AssemblyInfo.cs Mon Oct 26 01:57:00 2009
@@ -28,12 +28,12 @@
 [assembly: AssemblyConfiguration("")]
 [assembly: AssemblyCompany("The Apache Software Foundation")]
 [assembly: AssemblyProduct("Lucene.Net.DemoLib")]
-[assembly: AssemblyCopyright("Copyright 2006 - 2008 The Apache Software Foundation")]
-[assembly: AssemblyTrademark("Copyright 2006 - 2008 The Apache Software Foundation")]
+[assembly: AssemblyCopyright("Copyright 2006 - 2009 The Apache Software Foundation")]
+[assembly: AssemblyTrademark("Copyright 2006 - 2009 The Apache Software Foundation")]
 [assembly: AssemblyDefaultAlias("Lucene.Net")]
 [assembly: AssemblyCulture("")]
 
-[assembly: AssemblyInformationalVersionAttribute("2.4.1")]
+[assembly: AssemblyInformationalVersionAttribute("2.4.0")]
 
 //
 // Version information for an assembly consists of the following four values:
@@ -46,7 +46,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.4.1.002")]
+[assembly: AssemblyVersion("2.4.0.002")]
 
 //
 // In order to sign your assembly you must specify a key to use. Refer to the 

Modified: incubator/lucene.net/trunk/C#/src/Demo/IndexFiles/AssemblyInfo.cs
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Demo/IndexFiles/AssemblyInfo.cs?rev=829685&r1=829684&r2=829685&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Demo/IndexFiles/AssemblyInfo.cs (original)
+++ incubator/lucene.net/trunk/C#/src/Demo/IndexFiles/AssemblyInfo.cs Mon Oct 26 01:57:00 2009
@@ -28,12 +28,12 @@
 [assembly: AssemblyConfiguration("")]
 [assembly: AssemblyCompany("The Apache Software Foundation")]
 [assembly: AssemblyProduct("Lucene.Net.IndexFiles")]
-[assembly: AssemblyCopyright("Copyright 2006 - 2008 The Apache Software Foundation")]
-[assembly: AssemblyTrademark("Copyright 2006 - 2008 The Apache Software Foundation")]
+[assembly: AssemblyCopyright("Copyright 2006 - 2009 The Apache Software Foundation")]
+[assembly: AssemblyTrademark("Copyright 2006 - 2009 The Apache Software Foundation")]
 [assembly: AssemblyDefaultAlias("Lucene.Net")]
 [assembly: AssemblyCulture("")]
 
-[assembly: AssemblyInformationalVersionAttribute("2.4.1")]
+[assembly: AssemblyInformationalVersionAttribute("2.4.0")]
 
 //
 // Version information for an assembly consists of the following four values:
@@ -46,7 +46,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.4.1.002")]
+[assembly: AssemblyVersion("2.4.0.002")]
 
 //
 // In order to sign your assembly you must specify a key to use. Refer to the 

Modified: incubator/lucene.net/trunk/C#/src/Demo/IndexHtml/AssemblyInfo.cs
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Demo/IndexHtml/AssemblyInfo.cs?rev=829685&r1=829684&r2=829685&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Demo/IndexHtml/AssemblyInfo.cs (original)
+++ incubator/lucene.net/trunk/C#/src/Demo/IndexHtml/AssemblyInfo.cs Mon Oct 26 01:57:00 2009
@@ -28,12 +28,12 @@
 [assembly: AssemblyConfiguration("")]
 [assembly: AssemblyCompany("The Apache Software Foundation")]
 [assembly: AssemblyProduct("Lucene.Net.IndexHtml")]
-[assembly: AssemblyCopyright("Copyright 2006 - 2008 The Apache Software Foundation")]
-[assembly: AssemblyTrademark("Copyright 2006 - 2008 The Apache Software Foundation")]
+[assembly: AssemblyCopyright("Copyright 2006 - 2009 The Apache Software Foundation")]
+[assembly: AssemblyTrademark("Copyright 2006 - 2009 The Apache Software Foundation")]
 [assembly: AssemblyDefaultAlias("Lucene.Net")]
 [assembly: AssemblyCulture("")]
 
-[assembly: AssemblyInformationalVersionAttribute("2.4.1")]
+[assembly: AssemblyInformationalVersionAttribute("2.4.0")]
 
 //
 // Version information for an assembly consists of the following four values:
@@ -46,7 +46,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.4.1.002")]
+[assembly: AssemblyVersion("2.4.0.002")]
 
 //
 // In order to sign your assembly you must specify a key to use. Refer to the 

Modified: incubator/lucene.net/trunk/C#/src/Demo/SearchFiles/AssemblyInfo.cs
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Demo/SearchFiles/AssemblyInfo.cs?rev=829685&r1=829684&r2=829685&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Demo/SearchFiles/AssemblyInfo.cs (original)
+++ incubator/lucene.net/trunk/C#/src/Demo/SearchFiles/AssemblyInfo.cs Mon Oct 26 01:57:00 2009
@@ -28,12 +28,12 @@
 [assembly: AssemblyConfiguration("")]
 [assembly: AssemblyCompany("The Apache Software Foundation")]
 [assembly: AssemblyProduct("Lucene.Net.SearchFiles")]
-[assembly: AssemblyCopyright("Copyright 2006 - 2008 The Apache Software Foundation")]
-[assembly: AssemblyTrademark("Copyright 2006 - 2008 The Apache Software Foundation")]
+[assembly: AssemblyCopyright("Copyright 2006 - 2009 The Apache Software Foundation")]
+[assembly: AssemblyTrademark("Copyright 2006 - 2009 The Apache Software Foundation")]
 [assembly: AssemblyDefaultAlias("Lucene.Net")]
 [assembly: AssemblyCulture("")]
 
-[assembly: AssemblyInformationalVersionAttribute("2.4.1")]
+[assembly: AssemblyInformationalVersionAttribute("2.4.0")]
 
 //
 // Version information for an assembly consists of the following four values:
@@ -46,7 +46,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.4.1.002")]
+[assembly: AssemblyVersion("2.4.0.002")]
 
 //
 // In order to sign your assembly you must specify a key to use. Refer to the 

Modified: incubator/lucene.net/trunk/C#/src/HISTORY.txt
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/HISTORY.txt?rev=829685&r1=829684&r2=829685&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/HISTORY.txt (original)
+++ incubator/lucene.net/trunk/C#/src/HISTORY.txt Mon Oct 26 01:57:00 2009
@@ -3,7 +3,7 @@
 
 
 19Aug09:
-	- Release: Apache Lucene.Net 2.4.1 build 002 "final"
+	- Release: Apache Lucene.Net 2.4.0 build 002 "final"
 
 
 19Mar09:

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=829685&r1=829684&r2=829685&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Lucene.Net/AssemblyInfo.cs (original)
+++ incubator/lucene.net/trunk/C#/src/Lucene.Net/AssemblyInfo.cs Mon Oct 26 01:57:00 2009
@@ -33,7 +33,7 @@
 [assembly: AssemblyDefaultAlias("Lucene.Net")]
 [assembly: AssemblyCulture("")]
 
-[assembly: AssemblyInformationalVersionAttribute("2.4.1")]
+[assembly: AssemblyInformationalVersionAttribute("2.4.0")]
 
 
 //
@@ -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.4.1.002")]
+[assembly: AssemblyVersion("2.4.0.002")]
 
 
 //

Copied: incubator/lucene.net/trunk/C#/src/Lucene.Net/Lucene.Net-2.4.0.sln (from r826932, incubator/lucene.net/trunk/C#/src/Lucene.Net/Lucene.Net-2.4.1-VS2005.sln)
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Lucene.Net/Lucene.Net-2.4.0.sln?p2=incubator/lucene.net/trunk/C%23/src/Lucene.Net/Lucene.Net-2.4.0.sln&p1=incubator/lucene.net/trunk/C%23/src/Lucene.Net/Lucene.Net-2.4.1-VS2005.sln&r1=826932&r2=829685&rev=829685&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Lucene.Net/Lucene.Net-2.4.1-VS2005.sln (original)
+++ incubator/lucene.net/trunk/C#/src/Lucene.Net/Lucene.Net-2.4.0.sln Mon Oct 26 01:57:00 2009
@@ -1,7 +1,7 @@
 
 Microsoft Visual Studio Solution File, Format Version 9.00
 # Visual Studio 2005
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net-2.4.1-VS2005", "Lucene.Net-2.4.1-VS2005.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net-2.4.0", "Lucene.Net-2.4.0.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}"
 EndProject
 Global
 	GlobalSection(SolutionConfigurationPlatforms) = preSolution

Modified: incubator/lucene.net/trunk/C#/src/Lucene.Net/Lucene.Net-2.4.1.ndoc
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Lucene.Net/Lucene.Net-2.4.1.ndoc?rev=829685&r1=829684&r2=829685&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Lucene.Net/Lucene.Net-2.4.1.ndoc (original)
+++ incubator/lucene.net/trunk/C#/src/Lucene.Net/Lucene.Net-2.4.1.ndoc Mon Oct 26 01:57:00 2009
@@ -18,9 +18,9 @@
             <property name="Title" value="An NDoc Documented Class Library" />
         </documenter>
         <documenter name="MSDN">
-            <property name="OutputDirectory" value="c:\temp\doc\" />
-            <property name="HtmlHelpName" value="Apache Lucene.Net API Documentation" />
-            <property name="Title" value="Apache Lucene.Net 2.1 Class Library API" />
+            <property name="OutputDirectory" value=".\Docs\" />
+            <property name="HtmlHelpName" value="Apache Lucene.Net 2.4.0 API Documentation" />
+            <property name="Title" value="Apache Lucene.Net 2.4.0 Class Library API" />
             <property name="AssemblyVersionInfo" value="AssemblyVersion" />
         </documenter>
         <documenter name="MSDN 2003">

Modified: incubator/lucene.net/trunk/C#/src/Lucene.Net/Lucene.Net.sln
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Lucene.Net/Lucene.Net.sln?rev=829685&r1=829684&r2=829685&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Lucene.Net/Lucene.Net.sln (original)
+++ incubator/lucene.net/trunk/C#/src/Lucene.Net/Lucene.Net.sln Mon Oct 26 01:57:00 2009
@@ -1,7 +1,7 @@
 
 Microsoft Visual Studio Solution File, Format Version 9.00
 # Visual Studio 2005
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net-2.4.1-VS2005", "Lucene.Net-2.4.1-VS2005.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net-2.4.0", "Lucene.Net-2.4.0.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}"
 EndProject
 Global
 	GlobalSection(SolutionConfigurationPlatforms) = preSolution

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=829685&r1=829684&r2=829685&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Test/AssemblyInfo.cs (original)
+++ incubator/lucene.net/trunk/C#/src/Test/AssemblyInfo.cs Mon Oct 26 01:57:00 2009
@@ -16,7 +16,7 @@
 [assembly: AssemblyDefaultAlias("Lucene.Net")]
 [assembly: AssemblyCulture("")]
 
-[assembly: AssemblyInformationalVersionAttribute("2.4.1")]
+[assembly: AssemblyInformationalVersionAttribute("2.4.0")]
 
 //
 // 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.4.1.002")]
+[assembly: AssemblyVersion("2.4.0.002")]
 
 //
 // In order to sign your assembly you must specify a key to use. Refer to the