Skip to content

Commit 77b693c

Browse files
committed
- Commit for version 0.0.4.
1 parent c5e35ac commit 77b693c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

ssfversion.h

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,11 @@
3636
/* Version History */
3737
/* */
3838
/* 0.0.1 - Initial beta release. */
39-
/* 0.0.2 - Add Reed-Solomon GF(2^8) implementation. */
40-
/* 0.0.3 - Add XMODEM/CCITT-16 CRC16 and CCITT-32 CRC32 implementations. */
39+
/* 0.0.2 - Add Reed-Solomon GF(2^8) interface. */
40+
/* 0.0.3 - Add XMODEM/CCITT-16 CRC16 and CCITT-32 CRC32 interfaces. */
41+
/* 0.0.4 - Add SHA-2 and TLV encoder/decoder interfaces. */
42+
/* Increased Windows and Linux build warning levels and fixed warnings. */
4143
/* --------------------------------------------------------------------------------------------- */
42-
#define SSF_VERSION "0.0.3"
44+
#define SSF_VERSION "0.0.4"
4345

4446
#endif /* SSF_VERSION_H_INCLUDE */

0 commit comments

Comments
 (0)