Skip to content

Commit 1bd879c

Browse files
committed
Release 2240815.
1 parent 9abf67b commit 1bd879c

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

examples/uos.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ interface
7575
Classes, ctypes, Math, sysutils;
7676

7777
const
78-
uos_version : cint32 = 2240422;
78+
uos_version : cint32 = 2240815;
7979

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

log.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,6 @@
5454
* 39 th changes: 2023-12-27 (Added uos_UpdateDevice(). Sample rate is float) *
5555
* 40 th changes: 2024-04-22 (Changed all round() with roundmath()) *
5656
* 41 th changes: 2024-06-16 (Added OpenBSD compatibility and libraries) *
57+
* 42 th changes: 2024-08-15 (Webstreamning for https too.) *
5758

5859
***********************************************************************************}

src/uos.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ interface
7575
Classes, ctypes, Math, sysutils;
7676

7777
const
78-
uos_version : cint32 = 2240422;
78+
uos_version : cint32 = 2240815;
7979

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

0 commit comments

Comments
 (0)