Skip to content

Commit

Permalink
Merge pull request #2379 from jburel/fix_pg_version
Browse files Browse the repository at this point in the history
Fix pg version
  • Loading branch information
jburel authored Nov 28, 2023
2 parents c4b281c + c8051e2 commit 444a89b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion omero/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def get_previous_version(majornumber, minornumber=0):
.. |version_py| replace:: %s
.. |version_web| replace:: %s
.. |iceversion| replace:: 3.6.5
.. |postgresversion| replace:: 11
.. |postgresversion| replace:: 14
.. |javaversion_recommended| replace:: 11
.. |javaversion_min| replace:: 8
.. |version_dropbox| replace:: %s
Expand Down
2 changes: 1 addition & 1 deletion omero/sysadmins/unix/server-ubuntu2204-ice36.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Installing prerequisites

**The following steps are run as root.**

Install Java |javaversion_recommended|, Ice |iceversion| and PostgreSQL 14:
Install Java |javaversion_recommended|, Ice |iceversion| and PostgreSQL |postgresversion|:

To install Java |javaversion_recommended| and other dependencies:

Expand Down

0 comments on commit 444a89b

Please sign in to comment.