On 22.10.2010 08:35, mt...@apache.org wrote:
Author: mturk
Date: Fri Oct 22 06:35:25 2010
New Revision: 1026222

URL: http://svn.apache.org/viewvc?rev=1026222&view=rev
Log:
Use version suffix so that RM doesn't need to manually rename files for 
distribution

Modified:
     tomcat/jk/trunk/native/apache-2.0/Makefile.vc
     tomcat/jk/trunk/native/iis/Makefile.x86
     tomcat/jk/trunk/native/iis/jk_isapi_plugin.c

Modified: tomcat/jk/trunk/native/apache-2.0/Makefile.vc
URL: 
http://svn.apache.org/viewvc/tomcat/jk/trunk/native/apache-2.0/Makefile.vc?rev=1026222&r1=1026221&r2=1026222&view=diff
==============================================================================
--- tomcat/jk/trunk/native/apache-2.0/Makefile.vc (original)
+++ tomcat/jk/trunk/native/apache-2.0/Makefile.vc Fri Oct 22 06:35:25 2010
@@ -19,14 +19,17 @@ APU_LIB=libaprutil.lib
  OUTDIR=.\Release20
  INTDIR=.\Release20
  APACHE2_HOME=$(APACHE20_HOME)
+HTTPD_VERSION=2.0.52
  !ELSE
  !IFDEF APACHE23_HOME
  APACHE2_HOME=$(APACHE23_HOME)
  OUTDIR=.\Release23
  INTDIR=.\Release23
+HTTPD_VERSION=2.3.1
  !ELSE
  OUTDIR=.\Release22
  INTDIR=.\Release22
+HTTPD_VERSION=2.2.3
  !ENDIF
  APR_LIB=libapr-1.lib
  APU_LIB=libaprutil-1.lib

So since now there's a big cleanup under way: should we really want to fiddle with the detailed versions? Then we always have to remember to update the Makefile. I usually put the detail info int the README, and only added something like "-2.0.x" or "-2.2.x" to the file.

Regards,

Rainer

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to