Skip to content

Commit 5ba28e6

Browse files
committed
Release version 2251216.
1 parent 189c0d4 commit 5ba28e6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/uos.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ interface
8282
Classes, DynLibs, ctypes, Math, sysutils;
8383

8484
const
85-
uos_version : cint32 = 2250411;
85+
uos_version : cint32 = 2251216;
8686

8787
{$IF DEFINED (bs2b)}
8888
BS2B_HIGH_CLEVEL = (CInt32 (700)) or ( (CInt32 (30)) shl 16);

log.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@
5959
* 44 th changes: 2024-09-15 (Added libxmp to read mod, it, s3m, xm and others) *
6060
* 45 th changes: 2024-09-29 (Added libfdk-aac to do websteam of aac files) *
6161
* 46 th changes: 2025-04-08 (AddFromURL(): auto-find audio type at init) *
62-
* *
62+
* 47 th changes: 2025-12-16 (Added target NetBSD, OpenBSD and DragonflyBSD * * *
6363
***********************************************************************************}

src/uos.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ interface
8282
Classes, DynLibs, ctypes, Math, sysutils;
8383

8484
const
85-
uos_version : cint32 = 2250411;
85+
uos_version : cint32 = 2251216;
8686

8787
{$IF DEFINED (bs2b)}
8888
BS2B_HIGH_CLEVEL = (CInt32 (700)) or ( (CInt32 (30)) shl 16);

0 commit comments

Comments
 (0)