[libdvbpsi-devel] [PATCH] dvbpsi.h: update DVBPSI_VERSION & DVBPSI_VERSION_INT
Jean-Paul Saman
jpsaman at videolan.org
Wed Apr 16 09:11:56 CEST 2014
On Wed, Apr 16, 2014 at 3:38 AM, Michael Ira Krufky <mkrufky at linuxtv.org>wrote:
> I've noticed from commit f93983a7559508e7c1d44ce3cabf7b7558b9ea4f &
> the NEWS file that libdvbpsi is on version 1.2.0 now, but in the header
> file dvbpsi.h, DVBPSI_VERSION still says 1.1.2 and DVBPSI_VERSION_INT
> still says 1.1.1 ...
>
> Signed-off-by: Michael Ira Krufky <mkrufky at linuxtv.org>
> ---
> src/dvbpsi.h | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/src/dvbpsi.h b/src/dvbpsi.h
> index e0593ac..1a5f859 100644
> --- a/src/dvbpsi.h
> +++ b/src/dvbpsi.h
> @@ -35,8 +35,8 @@
> #ifndef _DVBPSI_DVBPSI_H_
> #define _DVBPSI_DVBPSI_H_
>
> -#define DVBPSI_VERSION 1.1.2 /*!< Human readible DVBPSI
> version*/
> -#define DVBPSI_VERSION_INT ((1<<16)+(1<<8)+1) /*!< Machine readible
> DVBPSI version */
> +#define DVBPSI_VERSION 1.2.0 /*!< Human readible DVBPSI
> version*/
> +#define DVBPSI_VERSION_INT ((1<<16)+(2<<8)+0) /*!< Machine readible
> DVBPSI version */
>
> #ifdef __cplusplus
> extern "C" {
> --
> 1.8.3.2
>
Patch applied to personal tree on git://git.m2x.eu/libdvbpsi.git
It will show up on git.videolan.org/libdvbpsi.git later on.
Kind regards,
Jean-Paul Saman
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/libdvbpsi-devel/attachments/20140416/37cd19f8/attachment-0001.html>
More information about the libdvbpsi-devel
mailing list