From 25246653f9b4a3208fe2288ee369c03cdb018704 Mon Sep 17 00:00:00 2001 From: Tristan Riehs Date: Fri, 7 Aug 2026 11:28:04 +0200 Subject: Switch to plain makefiles for building --- rpt.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'rpt.c') diff --git a/rpt.c b/rpt.c index 27ae24c..b356814 100644 --- a/rpt.c +++ b/rpt.c @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -#include "config.h" - #include #include #include @@ -73,7 +71,7 @@ print_help() void print_version() { - puts(VERSION); + puts(REPEAT_VERSION); } void -- cgit v1.2.3