File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 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.8 ] , [ farin@struktur.de] )
5
+ AC_INIT ( [ libde265] , [ 0.9 ] , [ farin@struktur.de] )
6
6
AC_CONFIG_SRCDIR ( [ libde265/de265.cc] )
7
7
AC_CONFIG_HEADERS ( [ config.h] )
8
8
9
- NUMERIC_VERSION=0x00080000 # Numeric representation of the version
9
+ NUMERIC_VERSION=0x00090000 # Numeric representation of the version
10
10
AC_SUBST ( NUMERIC_VERSION )
11
11
12
12
LIBDE265_CURRENT=0
13
- LIBDE265_REVISION=7
13
+ LIBDE265_REVISION=8
14
14
LIBDE265_AGE=0
15
15
16
16
# ---------------------------------------------------------------------------
Original file line number Diff line number Diff line change 28
28
#define LIBDE265_VERSION_H
29
29
30
30
/* Numeric representation of the version */
31
- #define LIBDE265_NUMERIC_VERSION 0x00080000
31
+ #define LIBDE265_NUMERIC_VERSION 0x00090000
32
32
33
- #define LIBDE265_VERSION "0.8 "
33
+ #define LIBDE265_VERSION "0.9 "
34
34
35
35
#endif
You can’t perform that action at this time.
0 commit comments