]> git.joonet.de Git - adminer.git/commitdiff
Bump version to 4.9.4-dev
authorPeter Knut <peter@pematon.com>
Thu, 3 Oct 2024 21:33:25 +0000 (23:33 +0200)
committerJakub Vrana <jakub@vrana.cz>
Wed, 19 Feb 2025 10:16:39 +0000 (11:16 +0100)
adminer/include/version.inc.php

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