Skip to content

Commit

Permalink
increase version to v0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
farindk committed Sep 16, 2014
1 parent 7bf815b commit a0c81b6
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.8], [[email protected]])
AC_INIT([libde265], [0.9], [[email protected]])
AC_CONFIG_SRCDIR([libde265/de265.cc])
AC_CONFIG_HEADERS([config.h])

NUMERIC_VERSION=0x00080000 # Numeric representation of the version
NUMERIC_VERSION=0x00090000 # Numeric representation of the version
AC_SUBST(NUMERIC_VERSION)

LIBDE265_CURRENT=0
LIBDE265_REVISION=7
LIBDE265_REVISION=8
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 @@ -28,8 +28,8 @@
#define LIBDE265_VERSION_H

/* Numeric representation of the version */
#define LIBDE265_NUMERIC_VERSION 0x00080000
#define LIBDE265_NUMERIC_VERSION 0x00090000

#define LIBDE265_VERSION "0.8"
#define LIBDE265_VERSION "0.9"

#endif

0 comments on commit a0c81b6

Please sign in to comment.