[gamelib-cvs] gamelib.asd

Ingvar Mattsson imattsson at common-lisp.net
Wed Dec 27 21:28:17 UTC 2006


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 at hexapodia.net>"
!    :depends-on ("games-ai" "games-2d" "games-3d"))
--- 1,5 ----
  (asdf:defsystem "gamelib"
!    :version "0.4"
     :author "Ingvar Mattsson <ingvar at hexapodia.net>"
!    :depends-on ("games-ai" "games-2d" "games-3d"
! 		#+linux "games-stick"))




More information about the Gamelib-cvs mailing list