Commit cd657555 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Bump up version number

parent 4b86e23e
...@@ -4,7 +4,7 @@ AC_PREREQ(2.50) ...@@ -4,7 +4,7 @@ AC_PREREQ(2.50)
AC_CONFIG_AUX_DIR(autotools) AC_CONFIG_AUX_DIR(autotools)
AC_CANONICAL_SYSTEM AC_CANONICAL_SYSTEM
AM_INIT_AUTOMAKE(libdvbpsi5, 0.1.6) AM_INIT_AUTOMAKE(libdvbpsi5, 0.1.7)
AM_CONFIG_HEADER(config.h) AM_CONFIG_HEADER(config.h)
#AC_CANONICAL_HOST #AC_CANONICAL_HOST
......
%define name libdvbpsi %define name libdvbpsi
%define version 0.1.6 %define version 0.1.7
%define release 1 %define release 1
%define major 5 %define major 5
...@@ -90,6 +90,10 @@ rm -rf %buildroot ...@@ -90,6 +90,10 @@ rm -rf %buildroot
%{_includedir}/* %{_includedir}/*
%changelog %changelog
* Tue Dec, 18 2007 Jean-Paul Saman <jpsaman@videolan.org>
- New VBI data descriptor support
- 0.1.7 release
* Thu Oct, 22 2007 Jean-Paul Saman <jpsaman@videolan.org> * Thu Oct, 22 2007 Jean-Paul Saman <jpsaman@videolan.org>
- New cat support - New cat support
- Fix EIT discontinuities - Fix EIT discontinuities
......
...@@ -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.1.6 #define DVBPSI_VERSION 0.1.7
#define DVBPSI_VERSION_INT ((0<<16)+(1<<8)+6) #define DVBPSI_VERSION_INT ((0<<16)+(1<<8)+7)
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
...@@ -136,4 +136,3 @@ typedef struct dvbpsi_decoder_s ...@@ -136,4 +136,3 @@ typedef struct dvbpsi_decoder_s
#else #else
#error "Multiple inclusions of dvbpsi.h" #error "Multiple inclusions of dvbpsi.h"
#endif #endif
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
#define STDC_HEADERS 1 #define STDC_HEADERS 1
/* Version number of package */ /* Version number of package */
#define VERSION "0.1.6" #define VERSION "0.1.7"
/* C99 types */ /* C99 types */
typedef unsigned char uint8_t; typedef unsigned char uint8_t;
......
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