We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ea7f34 commit 5f74517Copy full SHA for 5f74517
configure.ac
@@ -2,14 +2,14 @@
2
# Process this file with autoconf to produce a configure script.
3
4
AC_PREREQ([2.68])
5
-AC_INIT([libde265], [0.3], [[email protected]])
+AC_INIT([libde265], [0.4], [[email protected]])
6
AC_CONFIG_SRCDIR([libde265/de265.c])
7
AC_CONFIG_HEADERS([config.h])
8
9
AC_CANONICAL_SYSTEM
10
11
LIBDE265_CURRENT=0
12
-LIBDE265_REVISION=2
+LIBDE265_REVISION=3
13
LIBDE265_AGE=0
14
15
AC_SUBST(LIBDE265_CURRENT)
0 commit comments