Author: bodewig
Date: Fri Aug 19 02:47:30 2011
New Revision: 1159487

URL: http://svn.apache.org/viewvc?rev=1159487&view=rev
Log:
bump version

Modified:
    logging/log4net/trunk/NOTICE
    logging/log4net/trunk/src/AssemblyVersionInfo.cpp
    logging/log4net/trunk/src/AssemblyVersionInfo.cs
    logging/log4net/trunk/src/AssemblyVersionInfo.js
    logging/log4net/trunk/src/AssemblyVersionInfo.vb

Modified: logging/log4net/trunk/NOTICE
URL: 
http://svn.apache.org/viewvc/logging/log4net/trunk/NOTICE?rev=1159487&r1=1159486&r2=1159487&view=diff
==============================================================================
--- logging/log4net/trunk/NOTICE (original)
+++ logging/log4net/trunk/NOTICE Fri Aug 19 02:47:30 2011
@@ -7,7 +7,7 @@
    distribution.
 
    Apache log4net
-   Copyright 2001-2007 The Apache Software Foundation
+   Copyright 2001-2011 The Apache Software Foundation
 
    This product includes software developed at
-   The Apache Software Foundation (http://www.apache.org/).
\ No newline at end of file
+   The Apache Software Foundation (http://www.apache.org/).

Modified: logging/log4net/trunk/src/AssemblyVersionInfo.cpp
URL: 
http://svn.apache.org/viewvc/logging/log4net/trunk/src/AssemblyVersionInfo.cpp?rev=1159487&r1=1159486&r2=1159487&view=diff
==============================================================================
--- logging/log4net/trunk/src/AssemblyVersionInfo.cpp (original)
+++ logging/log4net/trunk/src/AssemblyVersionInfo.cpp Fri Aug 19 02:47:30 2011
@@ -31,12 +31,12 @@ using namespace System::Runtime::Compile
 // You can specify all the value or you can default the Revision and Build 
Numbers 
 // by using the '*' as shown below:
 
-[assembly: AssemblyVersionAttribute("1.2.10.0")];
+[assembly: AssemblyVersionAttribute("1.2.11.0")];
 [assembly: AssemblyInformationalVersionAttribute("1.2")];
 
 #if !NETCF
 #if !SSCLI
-[assembly: AssemblyFileVersionAttribute("1.2.10.0")]
+[assembly: AssemblyFileVersionAttribute("1.2.11.0")]
 #endif
 #endif
 
@@ -45,5 +45,5 @@ using namespace System::Runtime::Compile
 //
 
 [assembly: AssemblyCompany("The Apache Software Foundation")];
-[assembly: AssemblyCopyright("Copyright 2001-2007 The Apache Software 
Foundation.")];
-[assembly: AssemblyTrademark("Copyright 2001-2007 The Apache Software 
Foundation.")];
+[assembly: AssemblyCopyright("Copyright 2001-2011 The Apache Software 
Foundation.")];
+[assembly: AssemblyTrademark("Copyright 2001-2011 The Apache Software 
Foundation.")];

Modified: logging/log4net/trunk/src/AssemblyVersionInfo.cs
URL: 
http://svn.apache.org/viewvc/logging/log4net/trunk/src/AssemblyVersionInfo.cs?rev=1159487&r1=1159486&r2=1159487&view=diff
==============================================================================
--- logging/log4net/trunk/src/AssemblyVersionInfo.cs (original)
+++ logging/log4net/trunk/src/AssemblyVersionInfo.cs Fri Aug 19 02:47:30 2011
@@ -28,12 +28,12 @@
 // You can specify all the values or you can default the Revision and Build 
Numbers 
 // by using the '*' as shown below:
 
-[assembly: System.Reflection.AssemblyVersion("1.2.10.0")]
+[assembly: System.Reflection.AssemblyVersion("1.2.11.0")]
 [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.2")]
 
 #if !NETCF
 #if !SSCLI
-[assembly: System.Reflection.AssemblyFileVersion("1.2.10.0")]
+[assembly: System.Reflection.AssemblyFileVersion("1.2.11.0")]
 #endif
 #endif
 
@@ -42,5 +42,5 @@
 //
 
 [assembly: System.Reflection.AssemblyCompany("The Apache Software Foundation")]
-[assembly: System.Reflection.AssemblyCopyright("Copyright 2001-2007 The Apache 
Software Foundation.")]
-[assembly: System.Reflection.AssemblyTrademark("Copyright 2001-2007 The Apache 
Software Foundation.")]
+[assembly: System.Reflection.AssemblyCopyright("Copyright 2001-2011 The Apache 
Software Foundation.")]
+[assembly: System.Reflection.AssemblyTrademark("Copyright 2001-2011 The Apache 
Software Foundation.")]

Modified: logging/log4net/trunk/src/AssemblyVersionInfo.js
URL: 
http://svn.apache.org/viewvc/logging/log4net/trunk/src/AssemblyVersionInfo.js?rev=1159487&r1=1159486&r2=1159487&view=diff
==============================================================================
--- logging/log4net/trunk/src/AssemblyVersionInfo.js (original)
+++ logging/log4net/trunk/src/AssemblyVersionInfo.js Fri Aug 19 02:47:30 2011
@@ -31,12 +31,12 @@
 // an import functions as a workaround for this issue.
 import System.Reflection;
 
-[assembly: AssemblyVersion("1.2.10.0")]
+[assembly: AssemblyVersion("1.2.11.0")]
 [assembly: AssemblyInformationalVersionAttribute("1.2")]
 
 @if (!@NETCF)
 @if (!@SSCLI)
-[assembly: AssemblyFileVersion("1.2.10.0")]
+[assembly: AssemblyFileVersion("1.2.11.0")]
 @end
 @end
 
@@ -45,5 +45,5 @@ import System.Reflection;
 //
 
 [assembly: AssemblyCompany("The Apache Software Foundation")]
-[assembly: AssemblyCopyright("Copyright 2001-2007 The Apache Software 
Foundation.")]
-[assembly: AssemblyTrademark("Copyright 2001-2007 The Apache Software 
Foundation.")]
+[assembly: AssemblyCopyright("Copyright 2001-2011 The Apache Software 
Foundation.")]
+[assembly: AssemblyTrademark("Copyright 2001-2011 The Apache Software 
Foundation.")]

Modified: logging/log4net/trunk/src/AssemblyVersionInfo.vb
URL: 
http://svn.apache.org/viewvc/logging/log4net/trunk/src/AssemblyVersionInfo.vb?rev=1159487&r1=1159486&r2=1159487&view=diff
==============================================================================
--- logging/log4net/trunk/src/AssemblyVersionInfo.vb (original)
+++ logging/log4net/trunk/src/AssemblyVersionInfo.vb Fri Aug 19 02:47:30 2011
@@ -28,12 +28,12 @@
 ' You can specify all the values or you can default the Revision and Build 
Numbers 
 ' by using the '*' as shown below:
 
-<Assembly: System.Reflection.AssemblyVersion("1.2.10.0")>
+<Assembly: System.Reflection.AssemblyVersion("1.2.11.0")>
 <Assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.2")>
 
 #If NOT NETCF Then
 #If NOT SSCLI Then
-<Assembly: System.Reflection.AssemblyFileVersion("1.2.10.0")>
+<Assembly: System.Reflection.AssemblyFileVersion("1.2.11.0")>
 #End If
 #End If
 
@@ -42,5 +42,5 @@
 '
 
 <Assembly: System.Reflection.AssemblyCompany("The Apache Software Foundation")>
-<Assembly: System.Reflection.AssemblyCopyright("Copyright 2001-2007 The Apache 
Software Foundation.")> 
-<Assembly: System.Reflection.AssemblyTrademark("Copyright 2001-2007 The Apache 
Software Foundation.")> 
+<Assembly: System.Reflection.AssemblyCopyright("Copyright 2001-2011 The Apache 
Software Foundation.")> 
+<Assembly: System.Reflection.AssemblyTrademark("Copyright 2001-2011 The Apache 
Software Foundation.")> 


Reply via email to