Where are you putting the library? The files should be here:
\libraries\LiquidCrystal\
virtual void write()
is NOT declared in LiquidCrystal.h like that error says it is, which suggests you have put the library in the wrong location and it is still using the old one.
Also, did you restart the IDE after copying in the new library.