From c87c4f26770ca437d0e3062f5b9158b1ea4d5ae8 Mon Sep 17 00:00:00 2001 From: adjoly Date: Fri, 11 Jul 2025 17:14:20 +0200 Subject: [PATCH] =?UTF-8?q?=E3=80=8C=E2=9C=A8=E3=80=8D=20feat:=20changed?= =?UTF-8?q?=20to=201.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- includes/help.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/help.hpp b/includes/help.hpp index 3ec8d7d..ba4db52 100644 --- a/includes/help.hpp +++ b/includes/help.hpp @@ -6,7 +6,7 @@ /* By: adjoly +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2025/04/10 13:43:54 by adjoly #+# #+# */ -/* Updated: 2025/05/15 12:02:30 by adjoly ### ########.fr */ +/* Updated: 2025/07/11 17:06:11 by adjoly ### ########.fr */ /* */ /* ************************************************************************** */ @@ -17,7 +17,7 @@ #else #define SAMPLE_CONF_PATH "/etc/webserv/default.conf" #endif -#define WEBSRV_VERSION "v0.2" +#define WEBSRV_VERSION "v1.1" #define WEBSRV_NAME "webserv" bool help(int, char **);