]> git.agnieray.net Git - galette.git/blobdiff - galette/config/versions.inc.php
Bump version, update changelog
[galette.git] / galette / config / versions.inc.php
index c0512073e123bece3f641fd2be974aa3e8f26969..27afb314bc40574bba1fe2d65525099306fa1ba6 100644 (file)
  * @since     Available since 0.7dev - 2009-03-13
  */
 
-define('GALETTE_PHP_MIN', '7.3');
-define('JQUERY_MARKITUP_VERSION', '1.1.14');
+define('GALETTE_PHP_MIN', '8.1');
+define('GALETTE_MYSQL_MIN', '5.7');
+define('GALETTE_MARIADB_MIN', '10.4');
+define('GALETTE_PGSQL_MIN', '11')  ;
+define('GALETTE_NIGHTLY', false);
+define('GALETTE_VERSION', 'v1.0.3');
+define('GALETTE_COMPAT_VERSION', '1.0.0');
+define('GALETTE_DB_VERSION', '0.960');