File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
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.5 ] ,
[ [email protected] ] )
5
+ AC_INIT ( [ libde265] ,
[ 0.6 ] ,
[ [email protected] ] )
6
6
AC_CONFIG_SRCDIR ( [ libde265/de265.c] )
7
7
AC_CONFIG_HEADERS ( [ config.h] )
8
8
9
- NUMERIC_VERSION=0x00050000 # Numeric representation of the version
9
+ NUMERIC_VERSION=0x00060000 # Numeric representation of the version
10
10
AC_SUBST ( NUMERIC_VERSION )
11
11
12
12
LIBDE265_CURRENT=0
13
- LIBDE265_REVISION=4
13
+ LIBDE265_REVISION=5
14
14
LIBDE265_AGE=0
15
15
16
16
# ---------------------------------------------------------------------------
Original file line number Diff line number Diff line change 8
8
#define LIBDE265_VERSION_H
9
9
10
10
/* Numeric representation of the version */
11
- #define LIBDE265_NUMERIC_VERSION 0x00050000
11
+ #define LIBDE265_NUMERIC_VERSION 0x00060000
12
12
13
- #define LIBDE265_VERSION "0.5 "
13
+ #define LIBDE265_VERSION "0.6 "
14
14
15
15
#endif
You can’t perform that action at this time.
0 commit comments