From caffcc14cd02119a2d44407bf4019d10eb4231f0 Mon Sep 17 00:00:00 2001 From: Stephen Williams Date: Sat, 15 Aug 2015 14:23:20 -0700 Subject: [PATCH] Switch devel branch to version 11. --- verilog.spec | 4 ++-- version_base.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/verilog.spec b/verilog.spec index 1c332b26b..97c962b14 100644 --- a/verilog.spec +++ b/verilog.spec @@ -1,6 +1,6 @@ #norootforbuild # -%define rev_date 20150603 +%define rev_date 20150815 # 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.0.%{rev_date} +Version: 11.0.%{rev_date} Release: 0 License: GPL Group: Productivity/Scientific/Electronics diff --git a/version_base.h b/version_base.h index 68ec4cedf..39a3fa0b9 100644 --- a/version_base.h +++ b/version_base.h @@ -3,7 +3,7 @@ * Edit this definition in version_base.in to define the base version * number for the compiled result. */ -# define VERSION_MAJOR 10 +# define VERSION_MAJOR 11 # define VERSION_MINOR 0 /*