From c901cbb6c157b318bb391687c529470fa52f97d5 Mon Sep 17 00:00:00 2001 From: sw1tchbl4d3 Date: Tue, 8 Mar 2022 17:35:03 +0100 Subject: [PATCH] Push version to 1.4 With groups support now added, this warrants a new full release. --- rdo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rdo.c b/rdo.c index 6eb13bc..63792af 100644 --- a/rdo.c +++ b/rdo.c @@ -10,7 +10,7 @@ #include #include "sessions.h" -#define VERSION "1.3" +#define VERSION "1.4" void getconf(FILE* fp, const char* entry, char* result, size_t len_result) { char* line = NULL;