Commit a2b39ffb authored by Michael Ira Krufky's avatar Michael Ira Krufky Committed by Jean-Paul Saman

dvbpsi.h: update DVBPSI_VERSION & DVBPSI_VERSION_INT

I've noticed from commit f93983a7 &
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: default avatarMichael Ira Krufky <mkrufky@linuxtv.org>
Signed-off-by: default avatarJean-Paul Saman <jpsaman@videolan.org>
parent 934633f3
......@@ -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" {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment