Skip to content

Commit

Permalink
Update version information
Browse files Browse the repository at this point in the history
  • Loading branch information
urbanware-org committed Jan 3, 2025
1 parent 12d3244 commit fc467f5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@

CHANGELOG (Salomon)

Next release (outstanding)
Version 1.24.0 (2025-01-03)

+ Added the command-line argument (and feature) to merge multiple
files in an interleaved manner.
+ Added the short form of the corresponding command-line arguments to
the argument overview provided by the interactive mode.

* Revised the code in general (negligible changes).
* Revised the common core module (negligible changes).
* Revised the common core module (further negligible changes).
* Revised the config file handling (check local user config directory
for user-defined global config, color and filter files).

# Fixed the dialog program preload (wrong dialog program on usage
information in interactive mode).
# Fixed the dialog program preload bug (wrong dialog program on usage
information error in interactive mode).

Version 1.23.2 (2024-11-07)

Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ README (Salomon)
Project

Salomon
Version 1.23.2
Version 1.24.0
Copyright (c) 2025 by Ralf Kilian

GitHub: https://github.com/urbanware-org/salomon
Expand Down
2 changes: 1 addition & 1 deletion core/global.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# inside the main directory of Salomon for configuration options.

set_global_variables() {
version="1.23.2"
version="1.24.0"

is_bsd=0
is_openbsd=0
Expand Down

0 comments on commit fc467f5

Please sign in to comment.