Prepare for 10.3 release.
This commit is contained in:
parent
4914f83ae3
commit
453c546589
|
|
@ -1,6 +1,6 @@
|
||||||
#norootforbuild
|
#norootforbuild
|
||||||
#
|
#
|
||||||
%define rev_date 20170824
|
%define rev_date 20190815
|
||||||
# Normally, the suff-ix is %nil, meaning the suffix is to not be used.
|
# 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
|
# 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
|
# to a value (i.e. -test) to cause suffixes to be put in all the right
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
#
|
#
|
||||||
Summary: Icarus Verilog
|
Summary: Icarus Verilog
|
||||||
Name: verilog%{suff}
|
Name: verilog%{suff}
|
||||||
Version: 10.2
|
Version: 10.3
|
||||||
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 2
|
# define VERSION_MINOR 3
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* 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