Update of /project/gamelib/cvsroot/source In directory clnet:/tmp/cvs-serv13995
Modified Files: gamelib.asd Log Message: IM Version update, preparing for release.
Index: gamelib.asd =================================================================== RCS file: /project/gamelib/cvsroot/source/gamelib.asd,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** gamelib.asd 10 Oct 2006 06:18:24 -0000 1.4 --- gamelib.asd 27 Dec 2006 21:28:15 -0000 1.5 *************** *** 1,4 **** (asdf:defsystem "gamelib" ! :version "0.3" :author "Ingvar Mattsson ingvar@hexapodia.net" ! :depends-on ("games-ai" "games-2d" "games-3d")) --- 1,5 ---- (asdf:defsystem "gamelib" ! :version "0.4" :author "Ingvar Mattsson ingvar@hexapodia.net" ! :depends-on ("games-ai" "games-2d" "games-3d" ! #+linux "games-stick"))