Skip to content

Commit

Permalink
set software version defaults to something more recent
Browse files Browse the repository at this point in the history
  • Loading branch information
lonvia committed Apr 19, 2015
1 parent 5eb56c1 commit 07cbf15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
@define('CONST_Limit_Reindexing', true);

// Software versions
@define('CONST_Postgresql_Version', '9.1'); // values: 9.0, 9.1, 9.2
@define('CONST_Postgis_Version', '1.5'); // values: 1.5, 2.0
@define('CONST_Postgresql_Version', '9.3'); // values: 9.0, ... , 9.4
@define('CONST_Postgis_Version', '2.1'); // values: 1.5, 2.0, 2.1

// Paths
@define('CONST_Path_Postgresql_Contrib', '/usr/share/postgresql/'.CONST_Postgresql_Version.'/contrib');
Expand Down

0 comments on commit 07cbf15

Please sign in to comment.