From: hal9 <hal9@users.sourceforge.net>
Date: Wed, 27 Feb 2002 15:30:39 +0000 (+0000)
Subject: Reset $(RPM_PACKAGEV) to 1 (was 2)
X-Git-Tag: v_2_9_12~240
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/faq/@default-cgi@/developer-manual/static/@default-cgi@send-stylesheet?a=commitdiff_plain;h=aa2147c93f4d9d99d9404a9b6ab6691cbad2f7ff;p=privoxy.git

Reset $(RPM_PACKAGEV) to 1 (was 2)
---

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
 
 
 #############################################################################