Added version information.
diff --git a/dlls/shdocvw/.cvsignore b/dlls/shdocvw/.cvsignore
index d5e8b67..b2ed12e 100644
--- a/dlls/shdocvw/.cvsignore
+++ b/dlls/shdocvw/.cvsignore
@@ -3,3 +3,4 @@
shdocvw.dll.dbg.c
shdocvw.spec.c
shdocvw.spec.def
+version.res
diff --git a/dlls/shdocvw/Makefile.in b/dlls/shdocvw/Makefile.in
index e55e9e0..f8a2f55 100644
--- a/dlls/shdocvw/Makefile.in
+++ b/dlls/shdocvw/Makefile.in
@@ -19,6 +19,8 @@
shdocvw_main.c \
webbrowser.c
+RC_SRCS = version.rc
+
@MAKE_DLL_RULES@
### Dependencies:
diff --git a/dlls/shdocvw/version.rc b/dlls/shdocvw/version.rc
new file mode 100644
index 0000000..4fc1323
--- /dev/null
+++ b/dlls/shdocvw/version.rc
@@ -0,0 +1,26 @@
+/*
+ * Copyright 2003 Francois Gouget (for CodeWeavers)
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
+
+#define WINE_FILEDESCRIPTION_STR "Wine core dll"
+#define WINE_FILENAME_STR "shdocw.dll"
+#define WINE_FILEVERSION 5,50,0,0
+#define WINE_FILEVERSION_STR "5.50.0.0"
+#define WINE_PRODUCTVERSION 5,50,0,0
+#define WINE_PRODUCTVERSION_STR "5.50"
+
+#include "wine/wine_common_ver.rc"
diff --git a/dlls/winsock/.cvsignore b/dlls/winsock/.cvsignore
index 4be15f2..2f842e5 100644
--- a/dlls/winsock/.cvsignore
+++ b/dlls/winsock/.cvsignore
@@ -1,4 +1,5 @@
Makefile
+version.res
winsock.spec.c
ws2_32.dll.dbg.c
ws2_32.spec.c
diff --git a/dlls/winsock/Makefile.in b/dlls/winsock/Makefile.in
index 47b8ad8..7356729 100644
--- a/dlls/winsock/Makefile.in
+++ b/dlls/winsock/Makefile.in
@@ -16,6 +16,8 @@
async.c \
socket.c
+RC_SRCS = version.rc
+
SUBDIRS = tests
@MAKE_DLL_RULES@
diff --git a/dlls/winsock/version.rc b/dlls/winsock/version.rc
new file mode 100644
index 0000000..73d4d35
--- /dev/null
+++ b/dlls/winsock/version.rc
@@ -0,0 +1,27 @@
+/*
+ * Copyright 2003 Francois Gouget (for CodeWeavers)
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
+
+#define WINE_FILEVERSION 4,0,0,0
+#define WINE_FILEVERSION_STR "4.0.0.0"
+#define WINE_FILEDESCRIPTION_STR "Wine core dll"
+#define WINE_FILENAME_STR "ws2_32.dll"
+
+#define WINE_PRODUCTVERSION 4,0,0,0
+#define WINE_PRODUCTVERSION_STR "4.0"
+
+#include "wine/wine_common_ver.rc"
diff --git a/dlls/wsock32/.cvsignore b/dlls/wsock32/.cvsignore
index 4a76d38..648977a 100644
--- a/dlls/wsock32/.cvsignore
+++ b/dlls/wsock32/.cvsignore
@@ -1,4 +1,5 @@
Makefile
+version.res
wsock32.dll.dbg.c
wsock32.spec.c
wsock32.spec.def
diff --git a/dlls/wsock32/Makefile.in b/dlls/wsock32/Makefile.in
index 7502b66..7d687b6 100644
--- a/dlls/wsock32/Makefile.in
+++ b/dlls/wsock32/Makefile.in
@@ -13,6 +13,8 @@
service.c \
socket.c
+RC_SRCS = version.rc
+
@MAKE_DLL_RULES@
### Dependencies:
diff --git a/dlls/wsock32/version.rc b/dlls/wsock32/version.rc
new file mode 100644
index 0000000..12c3631
--- /dev/null
+++ b/dlls/wsock32/version.rc
@@ -0,0 +1,27 @@
+/*
+ * Copyright 2003 Francois Gouget (for CodeWeavers)
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
+
+#define WINE_FILEVERSION 4,0,0,0
+#define WINE_FILEVERSION_STR "4.0.0.0"
+#define WINE_FILEDESCRIPTION_STR "Wine core dll"
+#define WINE_FILENAME_STR "wsock32.dll"
+
+#define WINE_PRODUCTVERSION 4,0,0,0
+#define WINE_PRODUCTVERSION_STR "4.0"
+
+#include "wine/wine_common_ver.rc"