From 90bad1a36c160396e360e3ceaf0a5f3f6670d318 Mon Sep 17 00:00:00 2001 From: Stephen Williams Date: Thu, 17 Mar 2011 12:26:38 -0700 Subject: [PATCH] Prepare for 0.9.4 release. --- verilog.spec | 7 +++++-- version_base.h | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/verilog.spec b/verilog.spec index 8ff581ac2..b225584e8 100644 --- a/verilog.spec +++ b/verilog.spec @@ -1,6 +1,6 @@ #norootforbuild # -%define rev_date 20100927 +%define rev_date 20110317 # Normally, the suff-ix is %nil, meaning the suffix is to not be used. # But if the builder wants to make a suffixed package, he may set this # to a value (i.e. -test) to cause suffixes to be put in all the right @@ -10,7 +10,7 @@ # Summary: Icarus Verilog Name: verilog%{suff} -Version: 0.9.3 +Version: 0.9.4 Release: 0 License: GPL Group: Productivity/Scientific/Electronics @@ -97,6 +97,9 @@ rm -rf $RPM_BUILD_ROOT %attr(-,root,root) /usr/include/iverilog%{suff}/_pli_types.h %changelog -n verilog +* Thu Mar 17 2011 - steve@icarus.com +- Update to version 0.9.4 + * Wed Feb 25 2009 - steve@icarus.com - Handle a package suffix if desired. diff --git a/version_base.h b/version_base.h index 299c3a91f..524be997c 100644 --- a/version_base.h +++ b/version_base.h @@ -5,7 +5,7 @@ */ # define VERSION_MAJOR1 0 # define VERSION_MAJOR2 9 -# define VERSION_MINOR 3 +# define VERSION_MINOR 4 # define VERSION_EXTRA "" /* This is a concatenation of MAJOR1.MAJOR2 that is used by