diff --git a/NEWS b/NEWS index 407fea942812934ac8962f1111f3d096e2e82733..b50ba0fa42ae2a6a97f114178beb6e7fd47a3f09 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 63e98d207b4b89144d115c040888e180a2f37803..6c0a8dffecffa20a96506491bf2a0a608904d9a5 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 1454d5f3e2fc677678633dd6dc8e9ca9fe1e7964..ff1aff4ca5bdf0d3cfc9018ed561232f4f31d981 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 22387dee43cc4c512df19ab233df1b2b0b3721cb..6759d59a4d82605d54f06b32f7018358b61d0c94 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" {