Commit 4bd7cd7c authored by Jean-Paul Saman's avatar Jean-Paul Saman

Prepare for 0.2.2 bugfix release

Fix regression introduced by commit-id: d565a849.
parent a748429e
$Id$ $Id$
Changes between 0.2.1 and 0.2.2:
--------------------------------
* revert regression introduced by "ignore initial discontinuity" commit (commit-id: d565a849ad0191ed14db018546c71eb52d47a741).
Changes between 0.2.0 and 0.2.1: Changes between 0.2.0 and 0.2.1:
-------------------------------- --------------------------------
......
AC_INIT(libdvbpsi, 0.2.1) AC_INIT(libdvbpsi, 0.2.2)
AC_PREREQ(2.50) AC_PREREQ(2.50)
AC_CONFIG_AUX_DIR(.auto) AC_CONFIG_AUX_DIR(.auto)
......
...@@ -31,7 +31,7 @@ PROJECT_NAME = libdvbpsi ...@@ -31,7 +31,7 @@ PROJECT_NAME = libdvbpsi
# This could be handy for archiving the generated documentation or # This could be handy for archiving the generated documentation or
# if some version control system is used. # if some version control system is used.
PROJECT_NUMBER = 0.2.1 PROJECT_NUMBER = 0.2.2
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put. # base path where the generated documentation will be put.
......
...@@ -33,8 +33,8 @@ ...@@ -33,8 +33,8 @@
#ifndef _DVBPSI_DVBPSI_H_ #ifndef _DVBPSI_DVBPSI_H_
#define _DVBPSI_DVBPSI_H_ #define _DVBPSI_DVBPSI_H_
#define DVBPSI_VERSION 0.2.1 #define DVBPSI_VERSION 0.2.2
#define DVBPSI_VERSION_INT ((0<<16)+(2<<8)+1) #define DVBPSI_VERSION_INT ((0<<16)+(2<<8)+2)
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { 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