Fix version numbers in vstudio definition files.

They can only have a major and a minor version.
pull/920/merge
Mark Adler 1 year ago
parent 31d3dd4306
commit b14484997a
  1. 2
      contrib/vstudio/vc10/zlibvc.def
  2. 2
      contrib/vstudio/vc11/zlibvc.def
  3. 2
      contrib/vstudio/vc12/zlibvc.def
  4. 2
      contrib/vstudio/vc14/zlibvc.def
  5. 2
      contrib/vstudio/vc17/zlibvc.def
  6. 2
      contrib/vstudio/vc9/zlibvc.def

@ -1,7 +1,7 @@
LIBRARY
; zlib data compression and ZIP file I/O library
VERSION 1.3.1
VERSION 1.3
EXPORTS
adler32 @1

@ -1,7 +1,7 @@
LIBRARY
; zlib data compression and ZIP file I/O library
VERSION 1.3.1
VERSION 1.3
EXPORTS
adler32 @1

@ -1,7 +1,7 @@
LIBRARY
; zlib data compression and ZIP file I/O library
VERSION 1.3.1
VERSION 1.3
EXPORTS
adler32 @1

@ -1,7 +1,7 @@
LIBRARY
; zlib data compression and ZIP file I/O library
VERSION 1.3.1
VERSION 1.3
EXPORTS
adler32 @1

@ -1,7 +1,7 @@
LIBRARY
; zlib data compression and ZIP file I/O library
VERSION 1.3.1
VERSION 1.3
EXPORTS
adler32 @1

@ -1,7 +1,7 @@
LIBRARY
; zlib data compression and ZIP file I/O library
VERSION 1.3.1
VERSION 1.3
EXPORTS
adler32 @1

Loading…
Cancel
Save