From 1ea8a13bf877e6e74d52da5ce923876c8cc98764 Mon Sep 17 00:00:00 2001 From: Stephen Williams Date: Sat, 6 Feb 2016 17:23:23 -0800 Subject: [PATCH] Prepare for 10.1 release. --- scripts/MAKE_RELEASE.sh | 4 ++-- verilog.spec | 2 +- version_base.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/MAKE_RELEASE.sh b/scripts/MAKE_RELEASE.sh index 939b3473f..76be955b3 100644 --- a/scripts/MAKE_RELEASE.sh +++ b/scripts/MAKE_RELEASE.sh @@ -6,11 +6,11 @@ # # sh scripts/MAKE_RELEASE.sh 10.1 ~/tmp # -# The above assumes that there is a tag "v0_9_1" at the point +# The above assumes that there is a tag "v10_1" at the point # to be released. (The tag has the "v", but the argument to this # script does not have the "v"). This script extracts based on the # tag, uses the temporary directory to stage intermediate results, -# and finally creates a file called verilog-0.9.1.tar.gz that +# and finally creates a file called verilog-10.1.tar.gz that # contains the release ready to go. # # The complete steps to make a release x.y generally are: diff --git a/verilog.spec b/verilog.spec index afcf32737..de832a321 100644 --- a/verilog.spec +++ b/verilog.spec @@ -10,7 +10,7 @@ # Summary: Icarus Verilog Name: verilog%{suff} -Version: 10.0 +Version: 10.1 Release: 0 License: GPL Group: Productivity/Scientific/Electronics diff --git a/version_base.h b/version_base.h index ef8141e5f..004c4042c 100644 --- a/version_base.h +++ b/version_base.h @@ -4,7 +4,7 @@ * number for the compiled result. */ # define VERSION_MAJOR 10 -# define VERSION_MINOR 0 +# define VERSION_MINOR 1 /* * This will be appended to the version. Use this to mark development