X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=GNUmakefile.in;h=69f12d715fe3f8c15cbcce41bb82c9652d2cc341;hp=c32b4480dd23022fde168089a52a79d5cf305bb2;hb=8cf4267e59676eef748fe267e74baf3e05e3c9f1;hpb=19666b12c8faf42138225ff4925629c75708240b diff --git a/GNUmakefile.in b/GNUmakefile.in index c32b4480..69f12d71 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -1,6 +1,6 @@ # Note: Makefile is built automatically from Makefile.in # -# $Id: GNUmakefile.in,v 1.3 2002/01/04 15:26:08 oes Exp $ +# $Id: GNUmakefile.in,v 1.4 2002/01/17 21:44:04 jongfoster Exp $ # # Written by and Copyright (C) 2001 the SourceForge # IJBSWA team. http://ijbswa.sourceforge.net @@ -28,6 +28,9 @@ # Temple Place - Suite 330, Boston, MA 02111-1307, USA. # # $Log: GNUmakefile.in,v $ +# Revision 1.4 2002/01/17 21:44:04 jongfoster +# Adding urlmatch.[ch] +# # Revision 1.3 2002/01/04 15:26:08 oes # Added tarball-src target # @@ -213,7 +216,7 @@ CODE_STATUS = @CODE_STATUS@ VERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_POINT) # will automatically be postfixed with -$(RPM_PACKAGEV) in the SPECfile RPM_VERSION = $(VERSION) -RPM_PACKAGEV = 2 +RPM_PACKAGEV = 1 #############################################################################