Skip to content

Commit 97bd333

Browse files
committed
CONFIG/SPEC: Bump version to 1.21.0
1 parent 7e03b78 commit 97bd333

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
AC_PREREQ([2.63])
1111

1212
define([ucx_ver_major], 1) # Major version. Usually does not change.
13-
define([ucx_ver_minor], 20) # Minor version. Increased for each release.
13+
define([ucx_ver_minor], 21) # Minor version. Increased for each release.
1414
define([ucx_ver_patch], 0) # Patch version. Increased for a bugfix release.
1515
define([ucx_ver_extra], ) # Extra version string. Empty for a general release.
1616

ucx.spec.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,8 @@ with the host CPU.
451451
%endif
452452

453453
%changelog
454+
* Mon Oct 20 2025 Leonid Genkin <[email protected]> 1.21.0-1
455+
- Bump version to 1.21.0
454456
* Fri Apr 11 2025 Yossi Itigin <[email protected]> 1.20.0-1
455457
- Bump version to 1.20.0
456458
* Sat Oct 12 2024 Yossi Itigin <[email protected]> 1.19.0-1

0 commit comments

Comments
 (0)