From a08de693d44a70234c9f636144569086a9536785 Mon Sep 17 00:00:00 2001 From: Stephen Williams Date: Wed, 30 Dec 2009 08:45:06 -0800 Subject: [PATCH] Step to the 0.9.2 release. Advance version stamps. --- scripts/MAKE_RELEASE.sh | 2 ++ verilog.spec | 4 ++-- version_base.h | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/scripts/MAKE_RELEASE.sh b/scripts/MAKE_RELEASE.sh index 2aa76447e..efce60d67 100644 --- a/scripts/MAKE_RELEASE.sh +++ b/scripts/MAKE_RELEASE.sh @@ -15,6 +15,8 @@ # # The complete steps to make a release x.y.z generally are: # +# (Edit version_base.h and verilog.spec to reflect the version) +# # git tag -a v0_9_1 # (Make the tag in the local git repository.) # diff --git a/verilog.spec b/verilog.spec index 0b8291523..7df6e5f9a 100644 --- a/verilog.spec +++ b/verilog.spec @@ -1,6 +1,6 @@ #norootforbuild # -%define rev_date 20090225 +%define rev_date 20091230 # 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.1 +Version: 0.9.2 Release: 0 License: GPL Group: Productivity/Scientific/Electronics diff --git a/version_base.h b/version_base.h index 8e1bf4d39..5c00687e9 100644 --- a/version_base.h +++ b/version_base.h @@ -5,7 +5,7 @@ */ # define VERSION_MAJOR1 0 # define VERSION_MAJOR2 9 -# define VERSION_MINOR 1 +# define VERSION_MINOR 2 # define VERSION_EXTRA "" /* This is a concatenation of MAJOR1.MAJOR2 that is used by