Index: Rev.h =================================================================== --- Rev.h (revision 38521) +++ Rev.h (revision 38522) @@ -1 +1 @@ -static const int myrev = 38351; +static const int myrev = 38522; Index: Rev.tab =================================================================== --- Rev.tab (revision 38521) +++ Rev.tab (revision 38522) @@ -1,3 +1,4 @@ +38522 configure require librnd >=4.1.0 38351 configure font mode: preview dialog 38025 configure export_bom2: new bom plugin with templates 37808 configure gsch2pcb-rnd removal Index: hooks.c =================================================================== --- hooks.c (revision 38521) +++ hooks.c (revision 38522) @@ -14,7 +14,7 @@ #define version "3.1.4-dev" #define REQ_LIBRND_MAJOR 4 -#define REQ_LIBRND_MINOR 0 +#define REQ_LIBRND_MINOR 1 #define TOSTR_(x) #x #define TOSTR(x) TOSTR_(x)