From 3d14281e0d5618a53d6ef1fb3059735551b05433 Mon Sep 17 00:00:00 2001 From: Stephen Williams Date: Thu, 24 Aug 2017 08:22:49 -0700 Subject: [PATCH] Prepare for version 10.2 --- verilog.spec | 4 ++-- version_base.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/verilog.spec b/verilog.spec index 4a4192c2a..ab1ed3c18 100644 --- a/verilog.spec +++ b/verilog.spec @@ -1,6 +1,6 @@ #norootforbuild # -%define rev_date 20160210 +%define rev_date 20170824 # 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: 10.1.1 +Version: 10.2 Release: 0 License: GPL Group: Productivity/Scientific/Electronics diff --git a/version_base.h b/version_base.h index 004c4042c..80f278e7a 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 1 +# define VERSION_MINOR 2 /* * This will be appended to the version. Use this to mark development