|
From: Ian P. <piu...@us...> - 2004-04-03 10:32:02
|
Update of /cvsroot/squeak/squeak/platforms/unix/npsqueak In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2072 Modified Files: Makefile Log Message: Bring built-in version number up to date with trunk. Index: Makefile =================================================================== RCS file: /cvsroot/squeak/squeak/platforms/unix/npsqueak/Makefile,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Makefile 23 Aug 2003 11:20:55 -0000 1.5 --- Makefile 3 Apr 2004 10:19:44 -0000 1.6 *************** *** 13,17 **** imgdir= /usr/local/lib/squeak SQ_DIR= /usr/local/lib/squeak ! VM_VERSION= 3.2-5devel libdir= $(imgdir)/$(VM_VERSION) --- 13,17 ---- imgdir= /usr/local/lib/squeak SQ_DIR= /usr/local/lib/squeak ! VM_VERSION= 3.7b-2 libdir= $(imgdir)/$(VM_VERSION) |