mirror of
https://github.com/postgres/postgres.git
synced 2026-02-03 20:40:14 -05:00
Reviewed-by: Jeff Davis <pgsql@j-davis.com> Discussion: https://www.postgresql.org/message-id/flat/146349e4-4687-4321-91af-f235572490a8@eisentraut.org
14 lines
449 B
C
14 lines
449 B
C
/*-------------------------------------------------------------------------
|
|
*
|
|
* unicode_version.h
|
|
* Unicode version used by Postgres.
|
|
*
|
|
* Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
|
|
* Portions Copyright (c) 1994, Regents of the University of California
|
|
*
|
|
* src/include/common/unicode_version.h
|
|
*
|
|
*-------------------------------------------------------------------------
|
|
*/
|
|
|
|
#define PG_UNICODE_VERSION "16.0"
|