From 1bd879cc021f1517fda22708502ec3a388e78e49 Mon Sep 17 00:00:00 2001 From: fredvs Date: Thu, 15 Aug 2024 00:04:43 +0200 Subject: [PATCH] Release 2240815. --- examples/uos.pas | 2 +- log.txt | 1 + src/uos.pas | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/uos.pas b/examples/uos.pas index 8ed55a5..1bd75b9 100644 --- a/examples/uos.pas +++ b/examples/uos.pas @@ -75,7 +75,7 @@ interface Classes, ctypes, Math, sysutils; const - uos_version : cint32 = 2240422; + uos_version : cint32 = 2240815; {$IF DEFINED(bs2b)} BS2B_HIGH_CLEVEL = (CInt32(700)) or ((CInt32(30)) shl 16); diff --git a/log.txt b/log.txt index 53970a6..6a710e4 100644 --- a/log.txt +++ b/log.txt @@ -54,5 +54,6 @@ * 39 th changes: 2023-12-27 (Added uos_UpdateDevice(). Sample rate is float) * * 40 th changes: 2024-04-22 (Changed all round() with roundmath()) * * 41 th changes: 2024-06-16 (Added OpenBSD compatibility and libraries) * +* 42 th changes: 2024-08-15 (Webstreamning for https too.) * ***********************************************************************************} diff --git a/src/uos.pas b/src/uos.pas index 8ed55a5..1bd75b9 100644 --- a/src/uos.pas +++ b/src/uos.pas @@ -75,7 +75,7 @@ interface Classes, ctypes, Math, sysutils; const - uos_version : cint32 = 2240422; + uos_version : cint32 = 2240815; {$IF DEFINED(bs2b)} BS2B_HIGH_CLEVEL = (CInt32(700)) or ((CInt32(30)) shl 16);