Skip to content

Commit 05cb2d0

Browse files
committed
increase version number
1 parent efc7895 commit 05cb2d0

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,12 +2,12 @@
22
# Process this file with autoconf to produce a configure script.
33

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

99
LIBDE265_CURRENT=0
10-
LIBDE265_REVISION=0
10+
LIBDE265_REVISION=1
1111
LIBDE265_AGE=0
1212

1313
AC_SUBST(LIBDE265_CURRENT)

0 commit comments

Comments
 (0)