aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2024-01-28 12:51:22 -0800
committerMark Adler <madler@alumni.caltech.edu>2024-01-28 12:54:11 -0800
commitb14484997a50c01b8d78f9db32516423573fc083 (patch)
treeb99ee0267e0469575917d2df4c0fc3535f1fbd4f /contrib
parent31d3dd43066d4901e5ac88ada5438a3ce736e3e6 (diff)
downloadzlib-b14484997a50c01b8d78f9db32516423573fc083.tar.gz
zlib-b14484997a50c01b8d78f9db32516423573fc083.tar.bz2
zlib-b14484997a50c01b8d78f9db32516423573fc083.zip
Fix version numbers in vstudio definition files.
They can only have a major and a minor version.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/vstudio/vc10/zlibvc.def2
-rw-r--r--contrib/vstudio/vc11/zlibvc.def2
-rw-r--r--contrib/vstudio/vc12/zlibvc.def2
-rw-r--r--contrib/vstudio/vc14/zlibvc.def2
-rw-r--r--contrib/vstudio/vc17/zlibvc.def2
-rw-r--r--contrib/vstudio/vc9/zlibvc.def2
6 files changed, 6 insertions, 6 deletions
diff --git a/contrib/vstudio/vc10/zlibvc.def b/contrib/vstudio/vc10/zlibvc.def
index 3234a02..f28aa6c 100644
--- a/contrib/vstudio/vc10/zlibvc.def
+++ b/contrib/vstudio/vc10/zlibvc.def
@@ -1,7 +1,7 @@
1LIBRARY 1LIBRARY
2; zlib data compression and ZIP file I/O library 2; zlib data compression and ZIP file I/O library
3 3
4VERSION 1.3.1 4VERSION 1.3
5 5
6EXPORTS 6EXPORTS
7 adler32 @1 7 adler32 @1
diff --git a/contrib/vstudio/vc11/zlibvc.def b/contrib/vstudio/vc11/zlibvc.def
index 3234a02..f28aa6c 100644
--- a/contrib/vstudio/vc11/zlibvc.def
+++ b/contrib/vstudio/vc11/zlibvc.def
@@ -1,7 +1,7 @@
1LIBRARY 1LIBRARY
2; zlib data compression and ZIP file I/O library 2; zlib data compression and ZIP file I/O library
3 3
4VERSION 1.3.1 4VERSION 1.3
5 5
6EXPORTS 6EXPORTS
7 adler32 @1 7 adler32 @1
diff --git a/contrib/vstudio/vc12/zlibvc.def b/contrib/vstudio/vc12/zlibvc.def
index 3234a02..f28aa6c 100644
--- a/contrib/vstudio/vc12/zlibvc.def
+++ b/contrib/vstudio/vc12/zlibvc.def
@@ -1,7 +1,7 @@
1LIBRARY 1LIBRARY
2; zlib data compression and ZIP file I/O library 2; zlib data compression and ZIP file I/O library
3 3
4VERSION 1.3.1 4VERSION 1.3
5 5
6EXPORTS 6EXPORTS
7 adler32 @1 7 adler32 @1
diff --git a/contrib/vstudio/vc14/zlibvc.def b/contrib/vstudio/vc14/zlibvc.def
index 3234a02..f28aa6c 100644
--- a/contrib/vstudio/vc14/zlibvc.def
+++ b/contrib/vstudio/vc14/zlibvc.def
@@ -1,7 +1,7 @@
1LIBRARY 1LIBRARY
2; zlib data compression and ZIP file I/O library 2; zlib data compression and ZIP file I/O library
3 3
4VERSION 1.3.1 4VERSION 1.3
5 5
6EXPORTS 6EXPORTS
7 adler32 @1 7 adler32 @1
diff --git a/contrib/vstudio/vc17/zlibvc.def b/contrib/vstudio/vc17/zlibvc.def
index 53947cc..c349235 100644
--- a/contrib/vstudio/vc17/zlibvc.def
+++ b/contrib/vstudio/vc17/zlibvc.def
@@ -1,7 +1,7 @@
1LIBRARY 1LIBRARY
2; zlib data compression and ZIP file I/O library 2; zlib data compression and ZIP file I/O library
3 3
4VERSION 1.3.1 4VERSION 1.3
5 5
6EXPORTS 6EXPORTS
7 adler32 @1 7 adler32 @1
diff --git a/contrib/vstudio/vc9/zlibvc.def b/contrib/vstudio/vc9/zlibvc.def
index 3234a02..f28aa6c 100644
--- a/contrib/vstudio/vc9/zlibvc.def
+++ b/contrib/vstudio/vc9/zlibvc.def
@@ -1,7 +1,7 @@
1LIBRARY 1LIBRARY
2; zlib data compression and ZIP file I/O library 2; zlib data compression and ZIP file I/O library
3 3
4VERSION 1.3.1 4VERSION 1.3
5 5
6EXPORTS 6EXPORTS
7 adler32 @1 7 adler32 @1