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:
parent
d09a59a77e
commit
66d15caad4
1 changed files with 1 additions and 1 deletions
2
rdo.c
2
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;
|
||||
|
|
Loading…
Add table
Reference in a new issue