Reset $(RPM_PACKAGEV) to 1 (was 2)
authorhal9 <hal9@users.sourceforge.net>
Wed, 27 Feb 2002 15:30:39 +0000 (15:30 +0000)
committerhal9 <hal9@users.sourceforge.net>
Wed, 27 Feb 2002 15:30:39 +0000 (15:30 +0000)
GNUmakefile.in

index c32b448..69f12d7 100644 (file)
@@ -1,6 +1,6 @@
 # Note:  Makefile is built automatically from Makefile.in
 #
 # 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
 #
 # 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 $
 # 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
 #
 # 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)
 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
 
 
 #############################################################################
 
 
 #############################################################################