Skip to content

Commit

Permalink
Fix internal version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
bilintsui committed May 8, 2021
1 parent 1dcaaf7 commit 47322ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/linux/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include <unistd.h>
const char * version_str="1.1.4";
const char * year_str="2020-2021";
const short version_internal=38;
const short version_internal=39;
struct conf config;
char configfile[512],cwd[512],config_logfull[BUFSIZ];
unsigned short config_runmode;
Expand Down

0 comments on commit 47322ea

Please sign in to comment.