Skip to content

Commit 5f74517

Browse files
committed
increase version to 0.4
1 parent 3ea7f34 commit 5f74517

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configure.ac

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.68])
5-
AC_INIT([libde265], [0.3], [[email protected]])
5+
AC_INIT([libde265], [0.4], [[email protected]])
66
AC_CONFIG_SRCDIR([libde265/de265.c])
77
AC_CONFIG_HEADERS([config.h])
88

99
AC_CANONICAL_SYSTEM
1010

1111
LIBDE265_CURRENT=0
12-
LIBDE265_REVISION=2
12+
LIBDE265_REVISION=3
1313
LIBDE265_AGE=0
1414

1515
AC_SUBST(LIBDE265_CURRENT)

0 commit comments

Comments
 (0)