Skip to content

Commit 06df8a3

Browse files
committed
increase version number to 0.5
1 parent e483e41 commit 06df8a3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

configure.ac

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.68])
5-
AC_INIT([libde265], [0.4], [[email protected]])
5+
AC_INIT([libde265], [0.5], [[email protected]])
66
AC_CONFIG_SRCDIR([libde265/de265.c])
77
AC_CONFIG_HEADERS([config.h])
88

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

12+
LIBDE265_CURRENT=0
13+
LIBDE265_REVISION=4
14+
LIBDE265_AGE=0
15+
1216
# ---------------------------------------------------------------------------
1317

1418
AC_CANONICAL_SYSTEM
1519

16-
LIBDE265_CURRENT=0
17-
LIBDE265_REVISION=3
18-
LIBDE265_AGE=0
19-
2020
AC_SUBST(LIBDE265_CURRENT)
2121
AC_SUBST(LIBDE265_REVISION)
2222
AC_SUBST(LIBDE265_AGE)

0 commit comments

Comments
 (0)