aboutsummaryrefslogtreecommitdiff
path: root/contrib/pascal
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2024-01-22 13:07:41 -0800
committerMark Adler <madler@alumni.caltech.edu>2024-01-22 13:07:41 -0800
commit9f0f2d4f9f1f28be7e16d8bf3b4e9d4ada70aa9f (patch)
tree1e8002609aafaecb4636d31601012ae7d131482a /contrib/pascal
parent51b7f2abdade71cd9bb0e7a373ef2610ec6f9daf (diff)
downloadzlib-9f0f2d4f9f1f28be7e16d8bf3b4e9d4ada70aa9f.tar.gz
zlib-9f0f2d4f9f1f28be7e16d8bf3b4e9d4ada70aa9f.tar.bz2
zlib-9f0f2d4f9f1f28be7e16d8bf3b4e9d4ada70aa9f.zip
Change version number on develop branch to 1.3.1.1.
Diffstat (limited to 'contrib/pascal')
-rw-r--r--contrib/pascal/zlibpas.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/pascal/zlibpas.pas b/contrib/pascal/zlibpas.pas
index 0cf0e7b..d3ef310 100644
--- a/contrib/pascal/zlibpas.pas
+++ b/contrib/pascal/zlibpas.pas
@@ -10,7 +10,7 @@ unit zlibpas;
10interface 10interface
11 11
12const 12const
13 ZLIB_VERSION = '1.3.1'; 13 ZLIB_VERSION = '1.3.1.1';
14 ZLIB_VERNUM = $12a0; 14 ZLIB_VERNUM = $12a0;
15 15
16type 16type