Skip to content

Commit

Permalink
increase version number to v0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
farindk committed Mar 26, 2014
1 parent 9ea2d9a commit 0ae749f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
# Process this file with autoconf to produce a configure script.

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

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

LIBDE265_CURRENT=0
LIBDE265_REVISION=4
LIBDE265_REVISION=5
LIBDE265_AGE=0

# ---------------------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions extra/libde265/de265-version.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
#define LIBDE265_VERSION_H

/* Numeric representation of the version */
#define LIBDE265_NUMERIC_VERSION 0x00050000
#define LIBDE265_NUMERIC_VERSION 0x00060000

#define LIBDE265_VERSION "0.5"
#define LIBDE265_VERSION "0.6"

#endif

0 comments on commit 0ae749f

Please sign in to comment.