This is an automated email from the ASF dual-hosted git repository.
dehowef pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/age.git
The following commit(s) were added to refs/heads/master by this push:
new d684cd55 Update files, format, and version information (#1063)
d684cd55 is described below
commit d684cd55699b987a0c6efdb1c065f5ea1f8c915d
Author: John Gemignani <[email protected]>
AuthorDate: Wed Jul 19 17:23:14 2023 -0700
Update files, format, and version information (#1063)
Updated the format and version information in files.
Remove the Dockerfile link from the root directory as it is no
longer necessary.
---
Dockerfile | 1 -
META.json | 2 +-
Makefile | 1 -
README.md | 4 ++--
4 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/Dockerfile b/Dockerfile
deleted file mode 120000
index 93c313e6..00000000
--- a/Dockerfile
+++ /dev/null
@@ -1 +0,0 @@
-docker/Dockerfile
\ No newline at end of file
diff --git a/META.json b/META.json
index 96f74022..0e6c6655 100644
--- a/META.json
+++ b/META.json
@@ -18,7 +18,7 @@
"prereqs": {
"runtime": {
"requires": {
- "PostgreSQL": "12.0.0"
+ "PostgreSQL": "13.0.0"
}
}
},
diff --git a/Makefile b/Makefile
index 15247cb6..b1d56041 100644
--- a/Makefile
+++ b/Makefile
@@ -100,7 +100,6 @@ REGRESS = scan \
graph_generation \
name_validation \
drop
-
srcdir=`pwd`
diff --git a/README.md b/README.md
index 63c82fff..acd0899c 100644
--- a/README.md
+++ b/README.md
@@ -131,7 +131,7 @@ Apache AGE is intended to be simple to install and run. It
can be installed with
Install PostgreSQL
</h4>
-You will need to install an AGE compatible version of Postgres<a>, for now AGE
supports Postgres 11, 12 & 13. Supporting the latest versions is on AGE
roadmap.
+You will need to install an AGE compatible version of Postgres<a>, for now AGE
supports Postgres 11, 12, & 13. Supporting the latest versions is on AGE
roadmap.
<h4>
Installation via Package Manager
@@ -149,7 +149,7 @@ sudo apt install postgresql
Installation From Source Code
</h4>
-You can <a href="https://www.postgresql.org/ftp/source/"> download the
Postgres </a> source code and install your own instance of Postgres. You can
read instructions on how to install from source code for different versions on
the <a href="https://www.postgresql.org/docs/11/installation.html">official
Postgres Website.</a>
+You can <a href="https://www.postgresql.org/ftp/source/"> download the
Postgres </a> source code and install your own instance of Postgres. You can
read instructions on how to install from source code for different versions on
the <a href="https://www.postgresql.org/docs/13/installation.html">official
Postgres Website.</a>