From b817f334af2eaca8b1b192e4499df72157bedb32 Mon Sep 17 00:00:00 2001 From: Johannes Anderwald Date: Thu, 11 Oct 2007 17:07:58 +0000 Subject: [PATCH] Jonathan Ernst - Update the address of the Free Software Foundation. Stefan Leichter - Fix the file version string of the version resource. svn path=/trunk/; revision=29506 --- reactos/dll/win32/shell32/version.h | 6 +++++- reactos/dll/win32/shell32/version.rc | 2 +- reactos/dll/win32/shell32/version16.rc | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/reactos/dll/win32/shell32/version.h b/reactos/dll/win32/shell32/version.h index bab160fa20d..cd0d8dbb9c7 100644 --- a/reactos/dll/win32/shell32/version.h +++ b/reactos/dll/win32/shell32/version.h @@ -15,10 +15,14 @@ * * 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 + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ #define WINE_FILEVERSION_MAJOR 5 #define WINE_FILEVERSION_MINOR 0 #define WINE_FILEVERSION_BUILD 3900 #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_STR "5.0.3900.6975" diff --git a/reactos/dll/win32/shell32/version.rc b/reactos/dll/win32/shell32/version.rc index 255ae21d034..a5e23ddce39 100644 --- a/reactos/dll/win32/shell32/version.rc +++ b/reactos/dll/win32/shell32/version.rc @@ -15,7 +15,7 @@ * * 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 + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ #include "version.h" diff --git a/reactos/dll/win32/shell32/version16.rc b/reactos/dll/win32/shell32/version16.rc index 3620824dae3..918f5b2b357 100644 --- a/reactos/dll/win32/shell32/version16.rc +++ b/reactos/dll/win32/shell32/version16.rc @@ -13,7 +13,7 @@ * * 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 + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ #define WINE_FILEDESCRIPTION_STR "Wine core dll"