From 8a290830dfd23f21b8b7f2be1799649930986951 Mon Sep 17 00:00:00 2001 From: Stephen Williams Date: Mon, 26 Dec 2022 12:56:19 -0500 Subject: [PATCH] devel: Step devel past v12 to v13 --- verilog.spec | 4 ++-- version_base.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/verilog.spec b/verilog.spec index 770160a3b..bd6530d6e 100644 --- a/verilog.spec +++ b/verilog.spec @@ -1,6 +1,6 @@ #norootforbuild # -%define rev_date 20201003 +%define rev_date 20221226 # 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: 12.0.%{rev_date} +Version: 13.0.%{rev_date} Release: 0 License: GPL Group: Productivity/Scientific/Electronics diff --git a/version_base.h b/version_base.h index a17ed5cfe..213beac13 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 12 +# define VERSION_MAJOR 13 # define VERSION_MINOR 0 /*