Prepare for 10.1 release.
This commit is contained in:
parent
490884cf7b
commit
1ea8a13bf8
|
|
@ -6,11 +6,11 @@
|
||||||
#
|
#
|
||||||
# sh scripts/MAKE_RELEASE.sh 10.1 ~/tmp
|
# 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
|
# 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
|
# script does not have the "v"). This script extracts based on the
|
||||||
# tag, uses the temporary directory to stage intermediate results,
|
# 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.
|
# contains the release ready to go.
|
||||||
#
|
#
|
||||||
# The complete steps to make a release x.y generally are:
|
# The complete steps to make a release x.y generally are:
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
#
|
#
|
||||||
Summary: Icarus Verilog
|
Summary: Icarus Verilog
|
||||||
Name: verilog%{suff}
|
Name: verilog%{suff}
|
||||||
Version: 10.0
|
Version: 10.1
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Productivity/Scientific/Electronics
|
Group: Productivity/Scientific/Electronics
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
* number for the compiled result.
|
* number for the compiled result.
|
||||||
*/
|
*/
|
||||||
# define VERSION_MAJOR 10
|
# define VERSION_MAJOR 10
|
||||||
# define VERSION_MINOR 0
|
# define VERSION_MINOR 1
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This will be appended to the version. Use this to mark development
|
* This will be appended to the version. Use this to mark development
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue