diff options
| author | Davi Antônio da Silva Santos <antoniossdavi@gmail.com> | 2025-09-23 02:53:57 +0000 |
|---|---|---|
| committer | Davi Antônio da Silva Santos <antoniossdavi@gmail.com> | 2025-09-23 02:53:57 +0000 |
| commit | 475394c31982e883410d81d7e12b7bee07c4e090 (patch) | |
| tree | 9602a01020e17540fd095ade9d1a63a718b810d4 /src | |
| parent | bd4508796fb87b5cc505c2497047efd772a3120b (diff) | |
| download | boca-475394c31982e883410d81d7e12b7bee07c4e090.tar.gz boca-475394c31982e883410d81d7e12b7bee07c4e090.zip | |
build: release version 1.5.24-1+ubuntu24.04
* fix languages in fcontest.php
* Fixed issue when color problem is updated, autojudge setting per problem is
set to none.
* Update webcast.php
* Fix campo logip flog.php
* Ensure fifo files are not written to while cleaning dir in bocajail.
Diffstat (limited to 'src')
| -rw-r--r-- | src/version | 2 | ||||
| -rw-r--r-- | src/versionnum.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/version b/src/version index 03f4017..393a3ac 100644 --- a/src/version +++ b/src/version @@ -1 +1 @@ -boca-1.5.23 +boca-1.5.24 diff --git a/src/versionnum.php b/src/versionnum.php index c0a025e..b4d8cf7 100644 --- a/src/versionnum.php +++ b/src/versionnum.php @@ -1,5 +1,5 @@ <?php -$BOCAVERSION='boca-1.5.23'; +$BOCAVERSION='boca-1.5.24'; $YEAR='2025'; ?> |