File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
# Process this file with autoconf to produce a configure script.
3
3
4
4
AC_PREREQ ( [ 2.68] )
5
- AC_INIT ( [ libde265] ,
[ 0.4 ] ,
[ [email protected] ] )
5
+ AC_INIT ( [ libde265] ,
[ 0.5 ] ,
[ [email protected] ] )
6
6
AC_CONFIG_SRCDIR ( [ libde265/de265.c] )
7
7
AC_CONFIG_HEADERS ( [ config.h] )
8
8
9
- NUMERIC_VERSION=0x00040000 # Numeric representation of the version
9
+ NUMERIC_VERSION=0x00050000 # Numeric representation of the version
10
10
AC_SUBST ( NUMERIC_VERSION )
11
11
12
+ LIBDE265_CURRENT=0
13
+ LIBDE265_REVISION=4
14
+ LIBDE265_AGE=0
15
+
12
16
# ---------------------------------------------------------------------------
13
17
14
18
AC_CANONICAL_SYSTEM
15
19
16
- LIBDE265_CURRENT=0
17
- LIBDE265_REVISION=3
18
- LIBDE265_AGE=0
19
-
20
20
AC_SUBST ( LIBDE265_CURRENT )
21
21
AC_SUBST ( LIBDE265_REVISION )
22
22
AC_SUBST ( LIBDE265_AGE )
You can’t perform that action at this time.
0 commit comments