Skip to content

Commit 5b2fcec

Browse files
author
阿海
committed
update for PHP8.2
1 parent 9b7a5b6 commit 5b2fcec

61 files changed

Lines changed: 966 additions & 903 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

cd5/cd.lib

2.14 KB
Binary file not shown.

cd5/cdcairo.lib

176 KB
Binary file not shown.

cd5/cdcontextplus.lib

-1.81 KB
Binary file not shown.

cd5/cddirect2d.lib

240 Bytes
Binary file not shown.

cd5/cdgl.lib

136 Bytes
Binary file not shown.

cd5/cdim.lib

-798 Bytes
Binary file not shown.

cd5/cdpdf.lib

-404 Bytes
Binary file not shown.

cd5/freetype6.lib

200 KB
Binary file not shown.

cd5/ftgl.lib

-6.45 KB
Binary file not shown.

cd5/include/cd.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ extern "C" {
1818

1919
#define CD_NAME "CD - A 2D Graphics Library"
2020
#define CD_DESCRIPTION "Vector Graphics Toolkit with Device Independent Output"
21-
#define CD_COPYRIGHT "Copyright (C) 1994-2019 Tecgraf/PUC-Rio"
22-
#define CD_VERSION "5.12" /* bug fixes are reported only by cdVersion functions */
23-
#define CD_VERSION_NUMBER 512000
24-
#define CD_VERSION_DATE "2019/01/07" /* does not include bug fix releases */
21+
#define CD_COPYRIGHT "Copyright (C) 1994-2020 Tecgraf/PUC-Rio"
22+
#define CD_VERSION "5.14" /* bug fixes are reported only by cdVersion functions */
23+
#define CD_VERSION_NUMBER 514000
24+
#define CD_VERSION_DATE "2020/07/30" /* does not include bug fix releases */
2525

2626
typedef struct _cdContext cdContext;
2727
typedef struct _cdCanvas cdCanvas;
@@ -530,7 +530,7 @@ enum {
530530

531531

532532
/******************************************************************************
533-
Copyright (C) 1994-2019 Tecgraf/PUC-Rio.
533+
Copyright (C) 1994-2020 Tecgraf/PUC-Rio.
534534
535535
Permission is hereby granted, free of charge, to any person obtaining
536536
a copy of this software and associated documentation files (the

0 commit comments

Comments
 (0)