Stefan Leichter : shell32: Fix the file version string of the version resource.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Aug 2 06:48:33 CDT 2006


Module: wine
Branch: refs/heads/master
Commit: 999b48d8b5f05b243adc7409c5d3729924c71c1f
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=999b48d8b5f05b243adc7409c5d3729924c71c1f

Author: Stefan Leichter <Stefan.Leichter at camline.com>
Date:   Tue Aug  1 22:53:25 2006 +0200

shell32: Fix the file version string of the version resource.

---

 dlls/shell32/version.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/shell32/version.h b/dlls/shell32/version.h
index 2f9a3f9..cd0d8db 100644
--- a/dlls/shell32/version.h
+++ b/dlls/shell32/version.h
@@ -25,4 +25,4 @@ #define WINE_FILEVERSION_PLATFORMID 6975
 
 /* FIXME: when libs/wpp gets fixed to support concatenation we can remove
  * this and define it in version.rc */
-#define WINE_FILEVERSION "5.0.3900.6975"
+#define WINE_FILEVERSION_STR "5.0.3900.6975"




More information about the wine-cvs mailing list