From 9ba26e7f36fe61f34f12a82bd4b932194c057fdc Mon Sep 17 00:00:00 2001 From: Dirk Farin Date: Wed, 24 Jun 2015 16:21:43 +0200 Subject: [PATCH] switch to 3 version digits --- configure.ac | 2 +- extra/libde265/de265-version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index ecf7b4346..b47b7e178 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.68]) -AC_INIT([libde265], [1.0], [farin@struktur.de]) +AC_INIT([libde265], [1.0.0], [farin@struktur.de]) AC_CONFIG_SRCDIR([libde265/de265.cc]) AC_CONFIG_HEADERS([config.h]) diff --git a/extra/libde265/de265-version.h b/extra/libde265/de265-version.h index ed3a89f7a..8def12dce 100644 --- a/extra/libde265/de265-version.h +++ b/extra/libde265/de265-version.h @@ -30,6 +30,6 @@ /* Numeric representation of the version */ #define LIBDE265_NUMERIC_VERSION 0x01000000 -#define LIBDE265_VERSION "1.0" +#define LIBDE265_VERSION "1.0.0" #endif