summaryrefslogtreecommitdiff
path: root/zlib/contrib/pascal
diff options
context:
space:
mode:
authorTom Tromey <tromey@gcc.gnu.org>2005-09-12 17:04:02 +0000
committerTom Tromey <tromey@gcc.gnu.org>2005-09-12 17:04:02 +0000
commit3ec980b182de950223663d4a3ef65177fa887501 (patch)
tree253197a1e98aea7fe0dd20a442e82f1f30007b5a /zlib/contrib/pascal
parent303ae446cf2ab1469d83e83f4cc5168c899c3cee (diff)
downloadgcc-3ec980b182de950223663d4a3ef65177fa887501.tar.gz
This commit was generated by cvs2svn to compensate for changes in r104181,
which included commits to RCS files with non-trunk default branches. From-SVN: r104182
Diffstat (limited to 'zlib/contrib/pascal')
-rw-r--r--zlib/contrib/pascal/zlibpas.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/zlib/contrib/pascal/zlibpas.pas b/zlib/contrib/pascal/zlibpas.pas
index 6d5ebe0f30e..836848c2b7b 100644
--- a/zlib/contrib/pascal/zlibpas.pas
+++ b/zlib/contrib/pascal/zlibpas.pas
@@ -10,7 +10,7 @@ unit zlibpas;
interface
const
- ZLIB_VERSION = '1.2.1';
+ ZLIB_VERSION = '1.2.3';
type
alloc_func = function(opaque: Pointer; items, size: Integer): Pointer;