diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index 953f58c..1310c74 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -1,5 +1,5 @@ ------------------------------------------------------------------------------------------------------------------------------------ -Rx3-Base V 1.2.0 - A. GIBERT - 2026/09/11 +Rx3-Base V 1.2.0 - A. GIBERT - 2026/09/13 ------------------------------------------------------------------------------------------------------------------------------------ - Base library: diff --git a/SPECS/rx3-base.spec b/SPECS/rx3-base.spec index 906531f..c6caccb 100644 --- a/SPECS/rx3-base.spec +++ b/SPECS/rx3-base.spec @@ -178,7 +178,7 @@ cp sbin/* %{buildroot}%{_sbindir} #----------------------------------------------------------------------------------------------------------------------------------- %changelog -* Fri Sep 11 2026 Arnaud G. GIBERT - 1.2.0-1rx3.mga9 +* Sun Sep 13 2026 Arnaud G. GIBERT - 1.2.0-1rx3.mga9 - Update to 1.2.0 * Sat Aug 1 2026 Arnaud G. GIBERT - 1.1.3-1rx3.mga9 diff --git a/lib/rx3/base.bash b/lib/rx3/base.bash index 38a8e31..21d91a0 100644 --- a/lib/rx3/base.bash +++ b/lib/rx3/base.bash @@ -457,7 +457,7 @@ version_print() help_print() { - version_print + version_print "" echo "${NAME} ${HELP}" }