From 66d15caad49851ca77e1a9c864cdc5f16e1c1bca Mon Sep 17 00:00:00 2001 From: sw1tchbl4d3 Date: Thu, 5 May 2022 08:27:38 +0200 Subject: [PATCH] Bump version to 1.4.1 From now on we will bump the minor version for feature additions, and the patch version will signify smaller changes. As we removed the libbsd dependency, I'd like to publish this version. --- rdo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rdo.c b/rdo.c index 397bc8d..10fd284 100644 --- a/rdo.c +++ b/rdo.c @@ -11,7 +11,7 @@ #include "readpassphrase.h" #include "sessions.h" -#define VERSION "1.4" +#define VERSION "1.4.1" void getconf(FILE* fp, const char* entry, char* result, size_t len_result) { char* line = NULL;