Skip to content

Commit 2cf2c4b

Browse files
committed
Bump version
1 parent 5116280 commit 2cf2c4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/ffms.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#define FFMS_H
2323

2424
// Version format: major - minor - micro - bump
25-
#define FFMS_VERSION ((2 << 24) | (22 << 16) | (1 << 8) | 0)
25+
#define FFMS_VERSION ((2 << 24) | (23 << 16) | (0 << 8) | 0)
2626

2727
#include <stdint.h>
2828
#include <stddef.h>

0 commit comments

Comments
 (0)