diff options
| author | Davi Antônio da Silva Santos <antoniossdavi@gmail.com> | 2024-08-06 00:19:39 +0000 |
|---|---|---|
| committer | Davi Antônio da Silva Santos <antoniossdavi@gmail.com> | 2024-08-06 00:19:39 +0000 |
| commit | 82ee51dfc45e3885b90498acbc69a908661d929d (patch) | |
| tree | 1125628508692dbeae9403935b3abdfd7563cbee /src | |
| parent | 21f3f2503415a8839385181b5b674b3f16bd141d (diff) | |
| download | boca-82ee51dfc45e3885b90498acbc69a908661d929d.tar.gz boca-82ee51dfc45e3885b90498acbc69a908661d929d.zip | |
Update internal version info to 1.5.20
The internal version info in the source files has been updated from
1.5.19-1 and 1.5.17 to 1.5.20-1 and 1.5.20. The year has also been
updated from 2023 to 2024.
Diffstat (limited to 'src')
| -rw-r--r-- | src/version | 2 | ||||
| -rw-r--r-- | src/versionnum.php | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/version b/src/version index 0e65cc2..8b77d75 100644 --- a/src/version +++ b/src/version @@ -1 +1 @@ -boca-1.5.19-1 +boca-1.5.20-1 diff --git a/src/versionnum.php b/src/versionnum.php index 15f50f9..4c85af5 100644 --- a/src/versionnum.php +++ b/src/versionnum.php @@ -1,5 +1,5 @@ <?php -$BOCAVERSION='boca-1.5.17'; -$YEAR='2023'; +$BOCAVERSION='boca-1.5.20'; +$YEAR='2024'; ?> |