Skip to content

Commit 0ae749f

Browse files
committed
increase version number to v0.6
1 parent 9ea2d9a commit 0ae749f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

configure.ac

+3-3
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.5], [[email protected]])
5+
AC_INIT([libde265], [0.6], [[email protected]])
66
AC_CONFIG_SRCDIR([libde265/de265.c])
77
AC_CONFIG_HEADERS([config.h])
88

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

1212
LIBDE265_CURRENT=0
13-
LIBDE265_REVISION=4
13+
LIBDE265_REVISION=5
1414
LIBDE265_AGE=0
1515

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

extra/libde265/de265-version.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
#define LIBDE265_VERSION_H
99

1010
/* Numeric representation of the version */
11-
#define LIBDE265_NUMERIC_VERSION 0x00050000
11+
#define LIBDE265_NUMERIC_VERSION 0x00060000
1212

13-
#define LIBDE265_VERSION "0.5"
13+
#define LIBDE265_VERSION "0.6"
1414

1515
#endif

0 commit comments

Comments
 (0)