mirror of
https://github.com/postgres/postgres.git
synced 2026-07-07 16:50:58 -04:00
Adapt REL_19_STABLE to its new status as a stable branch
Per the checklist in RELEASE_CHANGES for the creation of a new stable branch, this commit does the following things: - Update URLs of top-level README and Makefile to point to the new stable version.
This commit is contained in:
parent
9cfd19bc10
commit
3cd530e84b
2 changed files with 3 additions and 3 deletions
2
Makefile
2
Makefile
|
|
@ -18,7 +18,7 @@ all:
|
|||
all check install installdirs installcheck installcheck-parallel uninstall clean distclean maintainer-clean dist distcheck world check-world install-world installcheck-world:
|
||||
@if [ ! -f GNUmakefile ] ; then \
|
||||
echo "You need to run the 'configure' program first. Please see"; \
|
||||
echo "<https://www.postgresql.org/docs/devel/installation.html>" ; \
|
||||
echo "<https://www.postgresql.org/docs/19/installation.html>" ; \
|
||||
false ; \
|
||||
fi
|
||||
@IFS=':' ; \
|
||||
|
|
|
|||
|
|
@ -12,9 +12,9 @@ and functions. This distribution also contains C language bindings.
|
|||
Copyright and license information can be found in the file COPYRIGHT.
|
||||
|
||||
General documentation about this version of PostgreSQL can be found at
|
||||
<https://www.postgresql.org/docs/devel/>. In particular, information
|
||||
<https://www.postgresql.org/docs/19/>. In particular, information
|
||||
about building PostgreSQL from the source code can be found at
|
||||
<https://www.postgresql.org/docs/devel/installation.html>.
|
||||
<https://www.postgresql.org/docs/19/installation.html>.
|
||||
|
||||
The latest version of this software, and related software, may be
|
||||
obtained at <https://www.postgresql.org/download/>. For more information
|
||||
|
|
|
|||
Loading…
Reference in a new issue