Skip to content

Commit

Permalink
Release 2.0.2
Browse files Browse the repository at this point in the history
Changes since 2.0.1:
- Fixed a bug where the process would sometimes use 100% of one cpu.
- Added separate compiler flag variables for the *nix and PE parts to the
  Makefile.
- Fixed some commands in the Makefile not using the DEBUG_/RELEASE_-prefixed
  variables.
- Fixed a few build problems.
- Complete rework of the double-spawn code.
- Clean up and refactoring of the code.
- Fixed a missing return when making the process a system process failed.
- Fixed threading code calling the stop function in thread_stop when starting
  the thread failed.
  • Loading branch information
openglfreak committed Feb 6, 2022
1 parent fb5f866 commit f684ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
major_version=2
minor_version=0
patch_version=1
patch_version=2

0 comments on commit f684ed9

Please sign in to comment.