File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ interface
75
75
Classes, ctypes, Math, sysutils;
76
76
77
77
const
78
- uos_version : cint32 = 2240422 ;
78
+ uos_version : cint32 = 2240815 ;
79
79
80
80
{ $IF DEFINED(bs2b)}
81
81
BS2B_HIGH_CLEVEL = (CInt32(700 )) or ((CInt32(30 )) shl 16 );
Original file line number Diff line number Diff line change 54
54
* 39 th changes: 2023-12-27 (Added uos_UpdateDevice(). Sample rate is float) *
55
55
* 40 th changes: 2024-04-22 (Changed all round() with roundmath()) *
56
56
* 41 th changes: 2024-06-16 (Added OpenBSD compatibility and libraries) *
57
+ * 42 th changes: 2024-08-15 (Webstreamning for https too.) *
57
58
58
59
***********************************************************************************}
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ interface
75
75
Classes, ctypes, Math, sysutils;
76
76
77
77
const
78
- uos_version : cint32 = 2240422 ;
78
+ uos_version : cint32 = 2240815 ;
79
79
80
80
{ $IF DEFINED(bs2b)}
81
81
BS2B_HIGH_CLEVEL = (CInt32(700 )) or ((CInt32(30 )) shl 16 );
You can’t perform that action at this time.
0 commit comments