Skip to content

Commit a0c81b6

Browse files
committed
increase version to v0.9
1 parent 7bf815b commit a0c81b6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

configure.ac

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.68])
5-
AC_INIT([libde265], [0.8], [farin@struktur.de])
5+
AC_INIT([libde265], [0.9], [farin@struktur.de])
66
AC_CONFIG_SRCDIR([libde265/de265.cc])
77
AC_CONFIG_HEADERS([config.h])
88

9-
NUMERIC_VERSION=0x00080000 # Numeric representation of the version
9+
NUMERIC_VERSION=0x00090000 # Numeric representation of the version
1010
AC_SUBST(NUMERIC_VERSION)
1111

1212
LIBDE265_CURRENT=0
13-
LIBDE265_REVISION=7
13+
LIBDE265_REVISION=8
1414
LIBDE265_AGE=0
1515

1616
# ---------------------------------------------------------------------------

extra/libde265/de265-version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
#define LIBDE265_VERSION_H
2929

3030
/* Numeric representation of the version */
31-
#define LIBDE265_NUMERIC_VERSION 0x00080000
31+
#define LIBDE265_NUMERIC_VERSION 0x00090000
3232

33-
#define LIBDE265_VERSION "0.8"
33+
#define LIBDE265_VERSION "0.9"
3434

3535
#endif

0 commit comments

Comments
 (0)