chore: added minishell version macro

This commit is contained in:
2026-02-14 17:37:09 +01:00
parent 77a704a09a
commit fbd2349060

View File

@@ -6,7 +6,7 @@
/* By: sede-san <sede-san@student.42madrid.com +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/10/20 16:35:10 by sede-san #+# #+# */
/* Updated: 2026/02/14 01:13:42 by sede-san ### ########.fr */
/* Updated: 2026/02/14 15:17:38 by sede-san ### ########.fr */
/* */
/* ************************************************************************** */
@@ -42,4 +42,6 @@
# include <term.h> // tgetent(3), tgetflag(3), tgetnum(3),
// tgetstr(3), tgoto(3), tputs(3)
# define MINISHELL_VERSION "1.0.0"
#endif /* MINISHELL_H */