From ce20e9f769ce810a6d0ff55eb5b56536f3592a73 Mon Sep 17 00:00:00 2001 From: Stephen Williams Date: Mon, 26 Dec 2022 12:44:58 -0500 Subject: [PATCH] v12: Start the v132 Stable branch --- verilog.spec | 2 +- version_base.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/verilog.spec b/verilog.spec index 770160a3b..50f459377 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 diff --git a/version_base.h b/version_base.h index a17ed5cfe..c0232040c 100644 --- a/version_base.h +++ b/version_base.h @@ -10,7 +10,7 @@ * This will be appended to the version. Use this to mark development * versions and the like. */ -# define VERSION_EXTRA " (devel)" +# define VERSION_EXTRA " (stable)" # define VERSION_STRINGIFY(x) #x # define VERSION_STR(a,b,extra) VERSION_STRINGIFY(a.b) extra