]> git.joonet.de Git - adminer.git/commitdiff
Bump version to 4.9.3-dev
authorPeter Knut <peter@pematon.com>
Wed, 18 Sep 2024 08:57:48 +0000 (10:57 +0200)
committerJakub Vrana <jakub@vrana.cz>
Wed, 19 Feb 2025 10:16:38 +0000 (11:16 +0100)
adminer/include/version.inc.php

index d2c24c5b1b6dcfe9f6252d1cc67cf2b012346f98..cbf250ad56af75be837321656ea0fa7184907ccb 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-$VERSION = "4.9.2";
+$VERSION = "4.9.3-dev";
 
 function adminer_errors($errno, $errstr) {
        return !!preg_match('~^(Trying to access array offset on( value of type)? null|Undefined (array key|property))~', $errstr);