」 feat: change to 0.2

This commit is contained in:
2025-05-06 17:10:25 +02:00
parent 4faa03f070
commit 5ea07dd436

View File

@ -6,13 +6,13 @@
/* By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ */ /* By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */ /* +#+#+#+#+#+ +#+ */
/* Created: 2025/04/10 13:43:54 by adjoly #+# #+# */ /* Created: 2025/04/10 13:43:54 by adjoly #+# #+# */
/* Updated: 2025/04/26 16:14:37 by adjoly ### ########.fr */ /* Updated: 2025/05/06 17:10:16 by adjoly ### ########.fr */
/* */ /* */
/* ************************************************************************** */ /* ************************************************************************** */
#pragma once #pragma once
#define SAMPLE_CONF_PATH "./sample.toml" #define SAMPLE_CONF_PATH "./sample.toml"
#define WEBSRV_VERSION "v0.1" #define WEBSRV_VERSION "v0.2"
bool help(int, char **); bool help(int, char **);