You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2006/07/07 05:04:39 UTC

svn commit: r419777 - in /httpd/mod_aspdotnet/trunk/Apache.Web: Apache.Web.Version.h Apache.Web.rc

Author: wrowe
Date: Thu Jul  6 20:04:39 2006
New Revision: 419777

URL: http://svn.apache.org/viewvc?rev=419777&view=rev
Log:

  Prepare to release build 2004 (redux)

Modified:
    httpd/mod_aspdotnet/trunk/Apache.Web/Apache.Web.Version.h
    httpd/mod_aspdotnet/trunk/Apache.Web/Apache.Web.rc

Modified: httpd/mod_aspdotnet/trunk/Apache.Web/Apache.Web.Version.h
URL: http://svn.apache.org/viewvc/httpd/mod_aspdotnet/trunk/Apache.Web/Apache.Web.Version.h?rev=419777&r1=419776&r2=419777&view=diff
==============================================================================
--- httpd/mod_aspdotnet/trunk/Apache.Web/Apache.Web.Version.h (original)
+++ httpd/mod_aspdotnet/trunk/Apache.Web/Apache.Web.Version.h Thu Jul  6 20:04:39 2006
@@ -50,12 +50,12 @@
 // This also ensures we use the most recent 'build' of the module for the given
 // Apache core version.
 //
-#define APACHE_WEB_VER_BUILD 2003
+#define APACHE_WEB_VER_BUILD 2004
 
 // Define APACHE_WEB_VER_RELEASE as 1 for a non-dev, release build, when rolling
 // the distribution .zip sources or binary release.
 //
-#define APACHE_WEB_VER_RELEASE 0
+#define APACHE_WEB_VER_RELEASE 1
 
 #define APACHE_WEB_VERSION_CSV \
     APACHE_WEB_VER_MAJOR,\

Modified: httpd/mod_aspdotnet/trunk/Apache.Web/Apache.Web.rc
URL: http://svn.apache.org/viewvc/httpd/mod_aspdotnet/trunk/Apache.Web/Apache.Web.rc?rev=419777&r1=419776&r2=419777&view=diff
==============================================================================
--- httpd/mod_aspdotnet/trunk/Apache.Web/Apache.Web.rc (original)
+++ httpd/mod_aspdotnet/trunk/Apache.Web/Apache.Web.rc Thu Jul  6 20:04:39 2006
@@ -21,7 +21,7 @@
   BEGIN
     BLOCK "040904b0"
     BEGIN
-      VALUE "Comments", "All rights reserved.  The license is available at <http://www.apache.org/licenses/LICENSE-2.0.txt>. The Apache HTTP Server cli-dev subproject pages are at <http://httpd.apache.org/cli-dev/>.\0"
+      VALUE "Comments", "All rights reserved.  The license is available at <http://www.apache.org/licenses/LICENSE-2.0.txt>. The Apache HTTP Server module page is at <http://httpd.apache.org/mod_aspdotnet/>.\0"
       VALUE "CompanyName", "Apache Software Foundation\0"
       VALUE "FileDescription", "Apache.Web connector to the mod_aspdotnet module for the Apache HTTP Web Server\0"
       VALUE "FileVersion", APACHE_WEB_VERSION "\0"