v12: Start the v132 Stable branch

This commit is contained in:
Stephen Williams 2022-12-26 12:44:58 -05:00
parent 5347ba19cf
commit ce20e9f769
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#norootforbuild #norootforbuild
# #
%define rev_date 20201003 %define rev_date 20221226
# 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

View File

@ -10,7 +10,7 @@
* This will be appended to the version. Use this to mark development * This will be appended to the version. Use this to mark development
* versions and the like. * versions and the like.
*/ */
# define VERSION_EXTRA " (devel)" # define VERSION_EXTRA " (stable)"
# define VERSION_STRINGIFY(x) #x # define VERSION_STRINGIFY(x) #x
# define VERSION_STR(a,b,extra) VERSION_STRINGIFY(a.b) extra # define VERSION_STR(a,b,extra) VERSION_STRINGIFY(a.b) extra