Index: trunk/INSTALL =================================================================== --- trunk/INSTALL (revision 9813) +++ trunk/INSTALL (revision 9814) @@ -2,7 +2,7 @@ - mandatory: C compiler - mandatory: make (BSD make won't work) - - mandatory: librnd >= 4.0.0 (better latest svn HEAD while sch-rnd is alpha) + - mandatory: librnd >= 4.1.0 (better latest svn HEAD while sch-rnd is alpha) 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 9813) +++ trunk/scconfig/Rev.h (revision 9814) @@ -1 +1 @@ -static const int myrev = 9380; +static const int myrev = 9814; Index: trunk/scconfig/Rev.tab =================================================================== --- trunk/scconfig/Rev.tab (revision 9813) +++ trunk/scconfig/Rev.tab (revision 9814) @@ -1,3 +1,4 @@ +9814 configure librnd 4.1.0 9380 configure io_orcad 9359 configure drc infrastructure in libcschem 9254 configure new plugin: funcmap Index: trunk/scconfig/hooks.c =================================================================== --- trunk/scconfig/hooks.c (revision 9813) +++ trunk/scconfig/hooks.c (revision 9814) @@ -22,7 +22,7 @@ #define version "1.0.4-dev" #define REQ_LIBRND_MAJOR 4 -#define REQ_LIBRND_MINOR 0 +#define REQ_LIBRND_MINOR 1 const arg_auto_set_t disable_libs[] = { /* list of --disable-LIBs and the subtree they affect */