Skip to content

Commit

Permalink
Bump version to 1.22.2
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-arch committed Nov 29, 2024
1 parent b98f64c commit 7dc778a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/colors.c
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,8 @@ clear_defs(void)
#endif /* !CLIFM_SUCKLESS */

/* Look for the hash HASH in the hash table for file name extensions.
* Return a pointer to the corresponding color if found, or NULL. */
* Return a pointer to the corresponding color if found, or NULL.
* If VAL_LEN isn't NULL, it is updated with the length of the returned value. */
static char *
check_ext_hash(const size_t hash, size_t *val_len)
{
Expand Down
4 changes: 2 additions & 2 deletions src/helpers.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
#define PROGRAM_NAME_UPPERCASE "Clifm"
#define PROGRAM_NAME "clifm"
#define PROGRAM_DESC "The command line file manager"
#define VERSION "1.22.1"
#define DATE "Nov 25, 2024"
#define VERSION "1.22.2"
#define DATE "Nov 29, 2024"
#define AUTHOR "L. Abramovich"
#define CONTACT "https://github.com/leo-arch/clifm"
#define LICENSE "GPL2+"
Expand Down

0 comments on commit 7dc778a

Please sign in to comment.