Commit 1f25cf18 authored by Jean-Paul Saman's avatar Jean-Paul Saman

src/dvbpsi.h: update DVBPSI_DIST_VERSION version number to 0.2.1

parent 53be8f3b
......@@ -33,8 +33,8 @@
#ifndef _DVBPSI_DVBPSI_H_
#define _DVBPSI_DVBPSI_H_
#define DVBPSI_VERSION 0.2.0
#define DVBPSI_VERSION_INT ((0<<16)+(2<<8)+0)
#define DVBPSI_VERSION 0.2.1
#define DVBPSI_VERSION_INT ((0<<16)+(2<<8)+1)
#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