diff options
author | adam <adam@pkgsrc.org> | 2007-02-17 10:19:37 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2007-02-17 10:19:37 +0000 |
commit | a8a11a75ee1959e1c12f9c6fcc38ac49cc2e4927 (patch) | |
tree | ea56c49639767da4426f9af6ae3a44595b7ef6f2 /emulators/wine/Makefile | |
parent | fe2e266acf7ec7bf399f30fb30fb8daeded5b6b2 (diff) | |
download | pkgsrc-a8a11a75ee1959e1c12f9c6fcc38ac49cc2e4927.tar.gz |
Changes 0.9.31:
- Many Direct3D fixes and performance improvements.
- Several new comctl32 test cases.
- IDL compiler improvements.
- More OLE32 marshalling fixes.
- Lots of bug fixes.
Diffstat (limited to 'emulators/wine/Makefile')
-rw-r--r-- | emulators/wine/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 75f68f395d4..81194dcee55 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.123 2007/01/30 13:11:04 adam Exp $ +# $NetBSD: Makefile,v 1.124 2007/02/17 10:19:37 adam Exp $ -DISTNAME= wine-0.9.30 +DISTNAME= wine-0.9.31 CATEGORIES= emulators MASTER_SITES= http://ibiblio.org/pub/linux/system/emulators/wine/ \ ${MASTER_SITE_SOURCEFORGE:=wine/} |