From 0ae749fb6e93644a3fc8bd4b5eed9d72115bb945 Mon Sep 17 00:00:00 2001 From: Dirk Farin Date: Wed, 26 Mar 2014 20:04:08 +0100 Subject: [PATCH] increase version number to v0.6 --- configure.ac | 6 +++--- extra/libde265/de265-version.h | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index a8012bf0e..128cefc19 100644 --- a/configure.ac +++ b/configure.ac @@ -2,15 +2,15 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.68]) -AC_INIT([libde265], [0.5], [farin@struktur.de]) +AC_INIT([libde265], [0.6], [farin@struktur.de]) 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 # --------------------------------------------------------------------------- diff --git a/extra/libde265/de265-version.h b/extra/libde265/de265-version.h index 1a359cb2e..8968fe2b2 100644 --- a/extra/libde265/de265-version.h +++ b/extra/libde265/de265-version.h @@ -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