aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDave Rodgman <dave.rodgman@arm.com>2023-01-10 15:09:36 +0000
committerDave Rodgman <dave.rodgman@arm.com>2023-01-11 18:56:11 +0000
commit05bdb13be3993e8c3f374ee3ed448b31c5443fb4 (patch)
tree499fdbd323bcca8e079c551371a75a163d980b82 /README.md
parent0f459d75b868af0dfa290bebee2c10e35920582f (diff)
downloadmbedtls-05bdb13be3993e8c3f374ee3ed448b31c5443fb4.zip
mbedtls-05bdb13be3993e8c3f374ee3ed448b31c5443fb4.tar.gz
mbedtls-05bdb13be3993e8c3f374ee3ed448b31c5443fb4.tar.bz2
Update README and add changelog entry
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index cc70f56..7b45a1f 100644
--- a/README.md
+++ b/README.md
@@ -220,7 +220,7 @@ subproject.
### Microsoft Visual Studio
-The build files for Microsoft Visual Studio are generated for Visual Studio 2010.
+The build files for Microsoft Visual Studio are generated for Visual Studio 2013.
The solution file `mbedTLS.sln` contains all the basic projects needed to build the library and all the programs. The files in tests are not generated and compiled, as these need Python and perl environments as well. However, the selftest program in `programs/test/` is still available.