dvbpsi.h: update DVBPSI_VERSION & DVBPSI_VERSION_INT
[email protected] (Michael Ira Krufky) Wed, 16 Apr 2014 15:53:37 +0200 (CEST)
| Newsgroups | gmane.comp.video.videolan.libdvbpsi.devel |
|---|---|
| Message-ID | <[email protected]> |
libdvbpsi | branch: master | Michael Ira Krufky <[email protected]> | Tue Apr 15 21:38:15 2014 -0400| [a2b39ffbea7aff1a9e29bd2b90c55da02cd2aba7] | committer: Jean-Paul Saman dvbpsi.h: update DVBPSI_VERSION & DVBPSI_VERSION_INT 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 <[email protected]> Signed-off-by: Jean-Paul Saman <[email protected]> > http://git.videolan.org/gitweb.cgi/libdvbpsi.git/?a=commit;h=a2b39ffbea7aff1a9e29bd2b90c55da02cd2aba7 --- 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" { _______________________________________________ libdvbpsi-devel mailing list [email protected] https://mailman.videolan.org/listinfo/libdvbpsi-devel