From 4bd7cd7c84d3027a99c7593470401afbd01a13bd Mon Sep 17 00:00:00 2001 From: Jean-Paul Saman Date: Wed, 19 Oct 2011 13:37:02 +0200 Subject: [PATCH] Prepare for 0.2.2 bugfix release Fix regression introduced by commit-id: d565a849ad0191ed14db018546c71eb52d47a741. --- NEWS | 5 +++++ configure.ac | 2 +- doc/doxygen.cfg | 2 +- src/dvbpsi.h | 4 ++-- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 407fea9..b50ba0f 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,10 @@ $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: -------------------------------- diff --git a/configure.ac b/configure.ac index 63e98d2..6c0a8df 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(libdvbpsi, 0.2.1) +AC_INIT(libdvbpsi, 0.2.2) AC_PREREQ(2.50) AC_CONFIG_AUX_DIR(.auto) diff --git a/doc/doxygen.cfg b/doc/doxygen.cfg index 1454d5f..ff1aff4 100644 --- a/doc/doxygen.cfg +++ b/doc/doxygen.cfg @@ -31,7 +31,7 @@ PROJECT_NAME = libdvbpsi # This could be handy for archiving the generated documentation or # 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) # base path where the generated documentation will be put. diff --git a/src/dvbpsi.h b/src/dvbpsi.h index 22387de..6759d59 100644 --- a/src/dvbpsi.h +++ b/src/dvbpsi.h @@ -33,8 +33,8 @@ #ifndef _DVBPSI_DVBPSI_H_ #define _DVBPSI_DVBPSI_H_ -#define DVBPSI_VERSION 0.2.1 -#define DVBPSI_VERSION_INT ((0<<16)+(2<<8)+1) +#define DVBPSI_VERSION 0.2.2 +#define DVBPSI_VERSION_INT ((0<<16)+(2<<8)+2) #ifdef __cplusplus extern "C" { -- GitLab