Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
myrsloik committed Oct 18, 2016
1 parent 5116280 commit 2cf2c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/ffms.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#define FFMS_H

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

#include <stdint.h>
#include <stddef.h>
Expand Down

0 comments on commit 2cf2c4b

Please sign in to comment.