asdssd
This commit is contained in:
@@ -1,4 +1,12 @@
|
||||
<?php
|
||||
$mainversion = 1;
|
||||
$subversion = 0;
|
||||
$patchversion = 1;
|
||||
$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;
|
||||
}
|
||||
}
|
||||
|
||||
1
config/prod/versionsnummer.txt
Normal file
1
config/prod/versionsnummer.txt
Normal file
@@ -0,0 +1 @@
|
||||
1
|
||||
Reference in New Issue
Block a user