Skip to content

Commit

Permalink
Prepare for 20021207 snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
steve committed Dec 8, 2002
1 parent e62e1d8 commit a8a82df
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 15 deletions.
4 changes: 2 additions & 2 deletions Makefile.in
Expand Up @@ -16,7 +16,7 @@
# 59 Temple Place - Suite 330
# Boston, MA 02111-1307, USA
#
#ident "$Id: Makefile.in,v 1.138 2002/11/24 02:27:28 steve Exp $"
#ident "$Id: Makefile.in,v 1.139 2002/12/08 03:06:30 steve Exp $"
#
#
SHELL = /bin/sh
Expand All @@ -25,7 +25,7 @@ SHELL = /bin/sh
# by the compiler. It reflects the assigned version number for the
# product as a whole. Most components also print the CVS Name: token
# in order to get a more automatic version stamp as well.
VERSION = 0.6
VERSION = 0.7

prefix = @prefix@
exec_prefix = @exec_prefix@
Expand Down
8 changes: 3 additions & 5 deletions driver-vpi/Makefile.in
Expand Up @@ -3,9 +3,7 @@
# and/or modify it in source code form under the terms of the GNU
# Library General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option)
# any later version. In order to redistribute the software in
# binary form, you will need a Picture Elements Binary Software
# License.
# any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
Expand All @@ -18,12 +16,12 @@
# 59 Temple Place - Suite 330
# Boston, MA 02111-1307, USA
#
#ident "$Id: Makefile.in,v 1.4 2002/12/04 03:33:38 steve Exp $"
#ident "$Id: Makefile.in,v 1.5 2002/12/08 03:06:30 steve Exp $"
#
#
SHELL = /bin/sh

VERSION = 0.6
VERSION = 0.7

prefix = @prefix@
exec_prefix = @exec_prefix@
Expand Down
8 changes: 3 additions & 5 deletions driver/Makefile.in
Expand Up @@ -3,9 +3,7 @@
# and/or modify it in source code form under the terms of the GNU
# Library General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option)
# any later version. In order to redistribute the software in
# binary form, you will need a Picture Elements Binary Software
# License.
# any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
Expand All @@ -18,12 +16,12 @@
# 59 Temple Place - Suite 330
# Boston, MA 02111-1307, USA
#
#ident "$Id: Makefile.in,v 1.15 2002/08/10 22:36:59 steve Exp $"
#ident "$Id: Makefile.in,v 1.16 2002/12/08 03:06:30 steve Exp $"
#
#
SHELL = /bin/sh

VERSION = 0.6
VERSION = 0.7

prefix = @prefix@
exec_prefix = @exec_prefix@
Expand Down
6 changes: 3 additions & 3 deletions verilog.spec
@@ -1,10 +1,10 @@
Summary: Icarus Verilog
Name: verilog
Version: 0.6.20021117
Version: 0.6.20021207
Release: 0
Copyright: GPL
Group: Applications/Engineering
Source: ftp://icarus.com/pub/eda/verilog/snapshots/verilog-20021117.tar.gz
Source: ftp://icarus.com/pub/eda/verilog/snapshots/verilog-20021207.tar.gz
URL: http://www.icarus.com/eda/verilog/index.html
Packager: Stephen Williams <steve@icarus.com>

Expand All @@ -20,7 +20,7 @@ engineering formats, including simulation. It strives to be true
to the IEEE-1364 standard.

%prep
%setup -n verilog-20021117
%setup -n verilog-20021207

%build
./configure --prefix=/usr
Expand Down

0 comments on commit a8a82df

Please sign in to comment.