From ab488048b071cc0a7677b75382d90346e29af97c Mon Sep 17 00:00:00 2001 From: gerald Date: Sat, 28 Jun 2008 11:07:17 +0000 Subject: Update to Wine 1.1.0. Among others, this includes the following changes: - Many more gdiplus functions implemented. - Improved graphics tablet support. - Many Richedit fixes and improvements. - Support for HWND_MESSAGE windows. - A lot of new MSHTML functions. - Many fixes in MSI registry handling. - Initial implementation of the inetmib1 DLL. - Improvements to the quartz renderers. - Various bug fixes. --- emulators/wine-devel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emulators/wine-devel/Makefile') diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index d3e846f72bcd..aea88602905a 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -7,7 +7,7 @@ # PORTNAME= wine -DISTVERSION= 1.0 +DISTVERSION= 1.1.0 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SFE \ -- cgit