[pkg-wine-party] [SCM] Debian Wine packaging branch, lenny, updated. wine-1.0.0-1-126-gccc5cbd

Alexandre Julliard julliard at winehq.org
Thu Oct 30 14:44:03 UTC 2008


The following commit has been merged in the lenny branch:
commit 0efd45abf78ec969285827e7d09356dbf63dfaa1
Author: Mikołaj Zalewski <mikolaj at zalewski.pl>
Date:   Sat Jul 19 10:24:13 2008 +0200

    comctl32: Fix the file version string declaration.
    (cherry picked from commit e016078fdf655cdc8f9b5c4c3b183cfecbe15872)

diff --git a/dlls/comctl32/rsrc.rc b/dlls/comctl32/rsrc.rc
index 9028df9..772248a 100644
--- a/dlls/comctl32/rsrc.rc
+++ b/dlls/comctl32/rsrc.rc
@@ -30,9 +30,9 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
 #define WINE_FILEDESCRIPTION_STR "Wine Common Controls"
 #define WINE_FILENAME_STR "comctl32.dll"
 #define WINE_FILEVERSION COMCTL32_VERSION, COMCTL32_VERSION_MINOR, 4704, 1100
-#define WINE_FILEVERSIONSTR "5.81"
+#define WINE_FILEVERSION_STR "5.81"
 #define WINE_PRODUCTVERSION WINE_FILEVERSION
-#define WINE_PRODUCTVERSION_STR WINE_FILEVERSIONSTR
+#define WINE_PRODUCTVERSION_STR WINE_FILEVERSION_STR
 
 #include "wine/wine_common_ver.rc"
 

-- 
Debian Wine packaging



More information about the pkg-wine-party mailing list