Index: trunk/INSTALL =================================================================== --- trunk/INSTALL (revision 38521) +++ trunk/INSTALL (revision 38522) @@ -12,7 +12,7 @@ For users: - mandatory: C compiler - mandatory: make (BSD make won't work) - - mandatory: librnd >=4.0.0 installed + - mandatory: librnd >=4.1.0 installed Get it at: see http://www.repo.hu/projects/librnd Standard: install librnd in /usr/local or /usr Non-standard installation: doc/INSTALL.librnd.txt Index: trunk/scconfig/Rev.h =================================================================== --- trunk/scconfig/Rev.h (revision 38521) +++ trunk/scconfig/Rev.h (revision 38522) @@ -1 +1 @@ -static const int myrev = 38351; +static const int myrev = 38522; Index: trunk/scconfig/Rev.tab =================================================================== --- trunk/scconfig/Rev.tab (revision 38521) +++ trunk/scconfig/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: trunk/scconfig/hooks.c =================================================================== --- trunk/scconfig/hooks.c (revision 38521) +++ trunk/scconfig/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)