From dc8b048d76f5df3753778b9431d0d59883b1ef61 Mon Sep 17 00:00:00 2001 From: luca0N! <63941044+luca0N@users.noreply.github.com> Date: Mon, 27 Apr 2020 02:10:49 -0300 Subject: [PATCH] Fixed season value --- Makefile | 4 ++-- about.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 69c0270..eaab0e9 100644 --- a/Makefile +++ b/Makefile @@ -16,8 +16,8 @@ # # Contact me by e-mail via -ldl2: main.o about.h str.h colors.h - gcc main.o about.h str.h colors.h -s -o ldl2 +ldl3: main.o about.h str.h colors.h + gcc main.o about.h str.h colors.h -s -o ldl3 main.o: main.c gcc -c main.c diff --git a/about.h b/about.h index d6962f4..25f877b 100644 --- a/about.h +++ b/about.h @@ -26,7 +26,7 @@ #define LICENSE_3 "under certain conditions; type `c' for details." #define PROGRAM_NAME "limpador do luca0N!" -#define PROGRAM_SEASON 2 +#define PROGRAM_SEASON 3 #define PROGRAM_VERSION "v3.0" #define PROGRAM_VERSION_TIMESTAMP "26/04/2020" #define PROGRAM_VERSION_BRANCH "dev"