We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef5b978 commit 7ece544Copy full SHA for 7ece544
2 files changed
configure.ac
@@ -6,7 +6,7 @@ AM_INIT_AUTOMAKE([1.11 subdir-objects])
6
AM_SILENT_RULES([yes])
7
AM_MAINTAINER_MODE([disable])
8
9
-VERSION_INFO="5:1:1"
+VERSION_INFO="5:1:2"
10
11
AC_MSG_CHECKING([if debug build is enabled])
12
include/ffms.h
@@ -22,7 +22,7 @@
22
#define FFMS_H
23
24
// Version format: major - minor - micro - bump
25
-#define FFMS_VERSION ((5 << 24) | (1 << 16) | (1 << 8) | 0)
+#define FFMS_VERSION ((5 << 24) | (1 << 16) | (2 << 8) | 0)
26
27
#include <stdint.h>
28
#include <stddef.h>
0 commit comments