Skip to content

Commit

Permalink
0.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
supurloop committed Dec 17, 2023
1 parent 7653a69 commit c3ddc7c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ssfversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,12 @@
/* Reorganized source code into module directories. */
/* 0.0.9 - Added integer to decimal string conversion interface. */
/* Added date/time, RTC, and ISO8601 time interfaces. */
/* 0.1.0 - Moved compile time options to ssfoptions.h. */
/* - Bug fixes and enhancements to UBJSON interface. */
/* - Added string to decimal integer conversion interface. */
/* - Added safe string interface. */
/* - Added debuggable, integrity check heap interface. */
/* --------------------------------------------------------------------------------------------- */
#define SSF_VERSION_STR "0.0.9"
#define SSF_VERSION_STR "0.1.0"

#endif /* SSF_VERSION_H_INCLUDE */

0 comments on commit c3ddc7c

Please sign in to comment.