Author: janderwald Date: Thu Oct 11 21:07:58 2007 New Revision: 29506
URL: http://svn.reactos.org/svn/reactos?rev=29506&view=rev Log: Jonathan Ernst jonathan@ernstfamily.ch - Update the address of the Free Software Foundation. Stefan Leichter Stefan.Leichter@camline.com - Fix the file version string of the version resource.
Modified: trunk/reactos/dll/win32/shell32/version.h trunk/reactos/dll/win32/shell32/version.rc trunk/reactos/dll/win32/shell32/version16.rc
Modified: trunk/reactos/dll/win32/shell32/version.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/version.h... ============================================================================== --- trunk/reactos/dll/win32/shell32/version.h (original) +++ trunk/reactos/dll/win32/shell32/version.h Thu Oct 11 21:07:58 2007 @@ -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"
Modified: trunk/reactos/dll/win32/shell32/version.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/version.r... ============================================================================== --- trunk/reactos/dll/win32/shell32/version.rc (original) +++ trunk/reactos/dll/win32/shell32/version.rc Thu Oct 11 21:07:58 2007 @@ -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"
Modified: trunk/reactos/dll/win32/shell32/version16.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/version16... ============================================================================== --- trunk/reactos/dll/win32/shell32/version16.rc (original) +++ trunk/reactos/dll/win32/shell32/version16.rc Thu Oct 11 21:07:58 2007 @@ -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"