Skip to content

Commit a6343ca

Browse files
committed
increment version to 0.3
1 parent 1a8c759 commit a6343ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configure.ac

Lines changed: 2 additions & 2 deletions
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.2], [farin@struktur.de])
5+
AC_INIT([libde265], [0.3], [farin@struktur.de])
66
AC_CONFIG_SRCDIR([libde265/de265.c])
77
AC_CONFIG_HEADERS([config.h])
88

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

1313
AC_SUBST(LIBDE265_CURRENT)

0 commit comments

Comments
 (0)