Revert shell32 version to Win2K SP4 level.
This commit is contained in:
parent
81768fe150
commit
d179f8be8c
|
@ -18,11 +18,11 @@
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define WINE_FILEVERSION_MAJOR 6
|
#define WINE_FILEVERSION_MAJOR 5
|
||||||
#define WINE_FILEVERSION_MINOR 0
|
#define WINE_FILEVERSION_MINOR 0
|
||||||
#define WINE_FILEVERSION_BUILD 2600
|
#define WINE_FILEVERSION_BUILD 3900
|
||||||
#define WINE_FILEVERSION_PLATFORMID 1
|
#define WINE_FILEVERSION_PLATFORMID 6975
|
||||||
|
|
||||||
/* FIXME: when libs/wpp gets fixed to support concatenation we can remove
|
/* FIXME: when libs/wpp gets fixed to support concatenation we can remove
|
||||||
* this and define it in version.rc */
|
* this and define it in version.rc */
|
||||||
#define WINE_FILEVERSION "6.0.2600.1"
|
#define WINE_FILEVERSION "5.0.3900.6975"
|
||||||
|
|
Loading…
Reference in New Issue