Return-Path: Delivered-To: apmail-incubator-lucene-net-commits-archive@locus.apache.org Received: (qmail 65436 invoked from network); 10 Jul 2006 01:47:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Jul 2006 01:47:11 -0000 Received: (qmail 40308 invoked by uid 500); 10 Jul 2006 01:47:11 -0000 Delivered-To: apmail-incubator-lucene-net-commits-archive@incubator.apache.org Received: (qmail 40291 invoked by uid 500); 10 Jul 2006 01:47:10 -0000 Mailing-List: contact lucene-net-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: lucene-net-dev@incubator.apache.org Delivered-To: mailing list lucene-net-commits@incubator.apache.org Received: (qmail 40282 invoked by uid 99); 10 Jul 2006 01:47:10 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Jul 2006 18:47:10 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Jul 2006 18:47:08 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id E253F1A981A; Sun, 9 Jul 2006 18:45:55 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r420399 - in /incubator/lucene.net/trunk/C#/src/Demo: DeleteFiles/AssemblyInfo.cs DemoLib/AssemblyInfo.cs IndexFiles/AssemblyInfo.cs IndexHtml/AssemblyInfo.cs SearchFiles/AssemblyInfo.cs Date: Mon, 10 Jul 2006 01:45:55 -0000 To: lucene-net-commits@incubator.apache.org From: aroush@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060710014555.E253F1A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: aroush Date: Sun Jul 9 18:45:54 2006 New Revision: 420399 URL: http://svn.apache.org/viewvc?rev=420399&view=rev Log: (empty) Modified: 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 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=420399&r1=420398&r2=420399&view=diff ============================================================================== --- incubator/lucene.net/trunk/C#/src/Demo/DeleteFiles/AssemblyInfo.cs (original) +++ incubator/lucene.net/trunk/C#/src/Demo/DeleteFiles/AssemblyInfo.cs Sun Jul 9 18:45:54 2006 @@ -26,7 +26,7 @@ // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.9.0.003")] +[assembly: AssemblyVersion("1.9.0.005")] // // 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=420399&r1=420398&r2=420399&view=diff ============================================================================== --- incubator/lucene.net/trunk/C#/src/Demo/DemoLib/AssemblyInfo.cs (original) +++ incubator/lucene.net/trunk/C#/src/Demo/DemoLib/AssemblyInfo.cs Sun Jul 9 18:45:54 2006 @@ -26,7 +26,7 @@ // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.9.0.003")] +[assembly: AssemblyVersion("1.9.0.005")] // // 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=420399&r1=420398&r2=420399&view=diff ============================================================================== --- incubator/lucene.net/trunk/C#/src/Demo/IndexFiles/AssemblyInfo.cs (original) +++ incubator/lucene.net/trunk/C#/src/Demo/IndexFiles/AssemblyInfo.cs Sun Jul 9 18:45:54 2006 @@ -26,7 +26,7 @@ // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.9.0.003")] +[assembly: AssemblyVersion("1.9.0.005")] // // 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=420399&r1=420398&r2=420399&view=diff ============================================================================== --- incubator/lucene.net/trunk/C#/src/Demo/IndexHtml/AssemblyInfo.cs (original) +++ incubator/lucene.net/trunk/C#/src/Demo/IndexHtml/AssemblyInfo.cs Sun Jul 9 18:45:54 2006 @@ -26,7 +26,7 @@ // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.9.0.003")] +[assembly: AssemblyVersion("1.9.0.005")] // // 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=420399&r1=420398&r2=420399&view=diff ============================================================================== --- incubator/lucene.net/trunk/C#/src/Demo/SearchFiles/AssemblyInfo.cs (original) +++ incubator/lucene.net/trunk/C#/src/Demo/SearchFiles/AssemblyInfo.cs Sun Jul 9 18:45:54 2006 @@ -26,7 +26,7 @@ // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.9.0.003")] +[assembly: AssemblyVersion("1.9.0.005")] // // In order to sign your assembly you must specify a key to use. Refer to the