Skip to content

Commit

Permalink
increase version number to 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
farindk committed Feb 19, 2014
1 parent e483e41 commit 06df8a3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.68])
AC_INIT([libde265], [0.4], [[email protected]])
AC_INIT([libde265], [0.5], [[email protected]])
AC_CONFIG_SRCDIR([libde265/de265.c])
AC_CONFIG_HEADERS([config.h])

NUMERIC_VERSION=0x00040000 # Numeric representation of the version
NUMERIC_VERSION=0x00050000 # Numeric representation of the version
AC_SUBST(NUMERIC_VERSION)

LIBDE265_CURRENT=0
LIBDE265_REVISION=4
LIBDE265_AGE=0

# ---------------------------------------------------------------------------

AC_CANONICAL_SYSTEM

LIBDE265_CURRENT=0
LIBDE265_REVISION=3
LIBDE265_AGE=0

AC_SUBST(LIBDE265_CURRENT)
AC_SUBST(LIBDE265_REVISION)
AC_SUBST(LIBDE265_AGE)
Expand Down

0 comments on commit 06df8a3

Please sign in to comment.