This commit is contained in:
2026-01-26 01:32:23 +01:00
parent 75099bf5af
commit 65d33e40fc
5 changed files with 1 additions and 27 deletions

View File

@@ -1 +1 @@
1.1.2
1.1.3

View File

@@ -1,12 +0,0 @@
<?php
$mainversion = 1;
$subversion = 0;
$patchversion = 1;
$patchFile = __DIR__ . '/versionsnummer.txt';
if (is_file($patchFile)) {
$rawPatch = trim((string)file_get_contents($patchFile));
if ($rawPatch !== '' && ctype_digit($rawPatch)) {
$patchversion = (int)$rawPatch;
}
}

View File

@@ -1 +0,0 @@
1

View File

@@ -1,12 +0,0 @@
<?php
$mainversion = 1;
$subversion = 0;
$patchversion = 1;
$patchFile = __DIR__ . '/versionsnummer.txt';
if (is_file($patchFile)) {
$rawPatch = trim((string)file_get_contents($patchFile));
if ($rawPatch !== '' && ctype_digit($rawPatch)) {
$patchversion = (int)$rawPatch;
}
}

View File

@@ -1 +0,0 @@
20