Skip to content

Commit 7ece544

Browse files
moi15moidwbuiten
authored andcommitted
Bump version to 5.1.2
1 parent ef5b978 commit 7ece544

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ AM_INIT_AUTOMAKE([1.11 subdir-objects])
66
AM_SILENT_RULES([yes])
77
AM_MAINTAINER_MODE([disable])
88

9-
VERSION_INFO="5:1:1"
9+
VERSION_INFO="5:1:2"
1010

1111
AC_MSG_CHECKING([if debug build is enabled])
1212

include/ffms.h

Lines changed: 1 addition & 1 deletion
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 ((5 << 24) | (1 << 16) | (1 << 8) | 0)
25+
#define FFMS_VERSION ((5 << 24) | (1 << 16) | (2 << 8) | 0)
2626

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

0 commit comments

Comments
 (0)