Skip to content

Commit

Permalink
- 0.1.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
supurloop committed Oct 9, 2024
1 parent 4b718a4 commit fd087f6
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion ssfversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,19 @@
/* - Added string to decimal integer conversion interface. */
/* - Added safe string interface. */
/* - Added debuggable, integrity check heap interface. */
/* 0.1.1 - Fix UBJSON parser bug that incorrectly converts unsigned int to a negative number. */
/* - Elimimate reentrancy problem in dtime interface. */
/* - Skip some dtime unit tests on 32-bit systems. */
/* - Fix various compiler warnings. */
/* - Remove escaping of / in JSON string generator interface. */
/* - Allow top level arrays in JSON interface. */
/* - Allow top level arrays in UBJSON interface. */
/* - Miscellaneous code clean up. */
/* - Fix bug in fsm interface where a pending timer is not updated when StartTimer called. */
/* - Updated fsm interface to have 1 level of nesting, a superstate. */
/* - Beta version of generic object interface. */
/* - Better organized the source files in Visual Studio project. */
/* --------------------------------------------------------------------------------------------- */
#define SSF_VERSION_STR "0.1.0"
#define SSF_VERSION_STR "0.1.1"

#endif /* SSF_VERSION_H_INCLUDE */

0 comments on commit fd087f6

Please sign in to comment.