1
0
Fork 0
forked from soccera/rdo

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.
This commit is contained in:
sw1tchbl4d3 2022-05-05 08:27:38 +02:00
parent d09a59a77e
commit 66d15caad4

2
rdo.c
View file

@ -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;