Index: trunk/INSTALL =================================================================== --- trunk/INSTALL (revision 38873) +++ trunk/INSTALL (revision 38874) @@ -12,7 +12,7 @@ For users: - mandatory: C compiler - mandatory: make (BSD make won't work) - - mandatory: librnd >=4.1.0 installed + - mandatory: librnd >=4.2.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/hooks.c =================================================================== --- trunk/scconfig/hooks.c (revision 38873) +++ trunk/scconfig/hooks.c (revision 38874) @@ -14,7 +14,7 @@ #define version "3.1.5-dev" #define REQ_LIBRND_MAJOR 4 -#define REQ_LIBRND_MINOR 1 +#define REQ_LIBRND_MINOR 2 #define TOSTR_(x) #x #define TOSTR(x) TOSTR_(x)