diff --git a/CHANGES b/CHANGES index 5a9ef511..d067ca27 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +v.9.2.0 (28 March 2023) + - Fixed auto-tick bug on SetBufferCount(). + - Added TenThousandComponents test. + - Lots of optimizatons. + v.9.1.0 (31 January 2023) - Renamed move version of SetValue() to MoveValue(). - Renamed CopySignal() to SetSignal(). diff --git a/CMakeLists.txt b/CMakeLists.txt index bacd967d..14ab86c1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ set(CMAKE_CXX_EXTENSIONS OFF) # Set version information. set(DSPATCH_MAJOR 9) -set(DSPATCH_MINOR 1) +set(DSPATCH_MINOR 2) set(DSPATCH_MICRO 0) if(MSVC) diff --git a/docs/Doxyfile b/docs/Doxyfile index a1e18f22..cdd9c1a8 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -32,7 +32,7 @@ PROJECT_NAME = DSPatch # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = v.9.1.0 +PROJECT_NUMBER = v.9.2.0 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer diff --git a/docs/html/_auto_tick_thread_8h_source.html b/docs/html/_auto_tick_thread_8h_source.html index beb83789..72370269 100644 --- a/docs/html/_auto_tick_thread_8h_source.html +++ b/docs/html/_auto_tick_thread_8h_source.html @@ -3,7 +3,7 @@ - + DSPatch: AutoTickThread.h Source File @@ -22,7 +22,7 @@ Logo -
DSPatch v.9.1.0 +
DSPatch v.9.2.0
@@ -30,7 +30,7 @@
- +