diff options
author | wiz <wiz@pkgsrc.org> | 2005-10-20 00:41:08 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-10-20 00:41:08 +0000 |
commit | 2e719fb71613ec1ad6532736b03269b5b82986e2 (patch) | |
tree | d1b2a35e462fa60c3b7855718aaf7fe5edf89cba /games/crimsonfields/Makefile | |
parent | b31589437bfca6b467228cc34b73b140940bc383 (diff) | |
download | pkgsrc-2e719fb71613ec1ad6532736b03269b5b82986e2.tar.gz |
Update to 0.4.9:
* 0.4.9 (13-10-2005)
- added third tutorial mission
- fixed shops becoming inaccessible after moving a transporter out
- fixed bogus line numbers being reported on parsing errors in cfed
- added new event trigger 'havecrystals'
- changed loading mechanism for crystals to be more like that for units
Diffstat (limited to 'games/crimsonfields/Makefile')
-rw-r--r-- | games/crimsonfields/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/crimsonfields/Makefile b/games/crimsonfields/Makefile index a78fef46d58..f3da2307b1c 100644 --- a/games/crimsonfields/Makefile +++ b/games/crimsonfields/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.26 2005/07/02 09:38:23 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2005/10/20 00:41:08 wiz Exp $ # -DISTNAME= crimson-0.4.8 +DISTNAME= crimson-0.4.9 PKGNAME= ${DISTNAME:S/crimson/crimsonfields/} CATEGORIES= games MASTER_SITES= http://crimson.seul.org/files/ |