summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosmin Truta <ctruta@gmail.com>2022-09-13 01:23:52 +0300
committerCosmin Truta <ctruta@gmail.com>2022-09-13 01:23:52 +0300
commit6aff792b6609ec3e651e41810643140a365a30c7 (patch)
tree6b02594478984400bfc911079984eba21176a90a
parented8840a36ff4d990f8e96dca920312f79fc80cfa (diff)
downloadlibpng-6aff792b6609ec3e651e41810643140a365a30c7.tar.gz
projects: Update the README file of the Visual Studio project
-rw-r--r--projects/vstudio/README.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/projects/vstudio/README.txt b/projects/vstudio/README.txt
index e28ec9549..53f6b592e 100644
--- a/projects/vstudio/README.txt
+++ b/projects/vstudio/README.txt
@@ -1,7 +1,7 @@
Instructions for building libpng using Microsoft Visual Studio
==============================================================
-Copyright (c) 2018 Cosmin Truta
+Copyright (c) 2018,2022 Cosmin Truta
Copyright (c) 2010,2013,2015 Glenn Randers-Pehrson
This code is released under the libpng license.
@@ -9,9 +9,9 @@ For conditions of distribution and use, see the disclaimer and license
in png.h
This directory contains a solution for building libpng under Microsoft
-Visual Studio 2010. It may also work under later versions of Visual
-Studio. You should be familiar with Visual Studio before using this
-solution.
+Visual Studio 2019. It may also work under earlier or later versions
+of Visual Studio. You should be familiar with Visual Studio before
+using this solution.
Initial preparations
--------------------