# HG changeset patch # User vimboss # Date 1213973552 0 # Node ID 152883db0edf63f35e8459dcc5862ef3f4b48c9e # Parent 4f1130893a1c135b1200f6857bd0ebfb143350e1 updated for version 7.1-321 diff --git a/src/INSTALLpc.txt b/src/INSTALLpc.txt --- a/src/INSTALLpc.txt +++ b/src/INSTALLpc.txt @@ -36,7 +36,7 @@ 1. Microsoft Visual C++ Visual Studio ------------- -Building with Visual Studio (VS 98, VS .NET, VS .NET 2003, and VS .NET 2005) +Building with Visual Studio (VS 98, VS .NET, VS .NET 2003, VS 2005, and VS 2008) is straightforward. (These instructions should also work for VS 4 and VS 5.) To build Vim from the command line with MSVC, use Make_mvc.mak. @@ -139,7 +139,7 @@ to debug Vim itself. An earlier version is also available through the Platform SDK, |ms-platform-sdk|. -Visual C++ 2005 Express Edition +Visual C++ 2005 Express Edition *msvc-2005-express* ------------------------------- Visual C++ 2005 Express Edition can be downloaded for free from: @@ -159,6 +159,14 @@ Visual C++ 2008 Express Edition can be d This includes the IDE and the debugger. You can build Vim with Make_mvc.mak. +Visual C++ 2008 Express Edition *msvc-2008-express* +------------------------------- + +Visual C++ 2008 Express Edition can be downloaded for free from: + http://msdn2.microsoft.com/en-us/express/default.aspx +This includes the IDE and the debugger. You can build Vim with Make_mvc.mak. + + 2. MinGW ======== diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -667,6 +667,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 321, +/**/ 320, /**/ 319,