[libdvbpsi-devel] On the way to 1.3.0 release.
Jean-Paul Saman
git at videolan.org
Mon Mar 2 12:19:01 CET 2015
libdvbpsi | branch: master | Jean-Paul Saman <jpsaman at videolan.org> | Mon Mar 2 11:55:33 2015 +0100| [45f77d4b7421333d88a6bb736c5949ab86782939] | committer: Jean-Paul Saman
On the way to 1.3.0 release.
> http://git.videolan.org/gitweb.cgi/libdvbpsi.git/?a=commit;h=45f77d4b7421333d88a6bb736c5949ab86782939
---
NEWS | 2 +-
configure.ac | 2 +-
doc/doxygen.cfg | 2 +-
src/Makefile.am | 2 +-
src/dvbpsi.h | 4 ++--
5 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/NEWS b/NEWS
index da8d16a..9a7b00f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Changes between 1.2.0 and 1.2.1:
+Changes between 1.2.0 and 1.3.0:
--------------------------------
* New descriptor: 0x10
diff --git a/configure.ac b/configure.ac
index 9778c2a..1dba35d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(libdvbpsi, 1.2.0)
+AC_INIT(libdvbpsi, 1.3.0)
AC_PREREQ(2.50)
AC_CONFIG_AUX_DIR(.auto)
diff --git a/doc/doxygen.cfg b/doc/doxygen.cfg
index d54b63a..1146cf2 100644
--- a/doc/doxygen.cfg
+++ b/doc/doxygen.cfg
@@ -38,7 +38,7 @@ PROJECT_NAME = libdvbpsi
# could be handy for archiving the generated documentation or if some version
# control system is used.
-PROJECT_NUMBER = 1.2.0
+PROJECT_NUMBER = 1.3.0
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
diff --git a/src/Makefile.am b/src/Makefile.am
index ab4751f..b6432ee 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -11,7 +11,7 @@ libdvbpsi_la_SOURCES = dvbpsi.c dvbpsi_private.h \
$(tables_src) \
$(descriptors_src)
-libdvbpsi_la_LDFLAGS = -version-info 9:0:0 -no-undefined
+libdvbpsi_la_LDFLAGS = -version-info 10:0:0 -no-undefined
pkginclude_HEADERS = dvbpsi.h psi.h descriptor.h demux.h \
tables/pat.h tables/pmt.h tables/sdt.h tables/eit.h \
diff --git a/src/dvbpsi.h b/src/dvbpsi.h
index 1a5f859..bdf8689 100644
--- a/src/dvbpsi.h
+++ b/src/dvbpsi.h
@@ -35,8 +35,8 @@
#ifndef _DVBPSI_DVBPSI_H_
#define _DVBPSI_DVBPSI_H_
-#define DVBPSI_VERSION 1.2.0 /*!< Human readible DVBPSI version*/
-#define DVBPSI_VERSION_INT ((1<<16)+(2<<8)+0) /*!< Machine readible DVBPSI version */
+#define DVBPSI_VERSION 1.3.0 /*!< Human readible DVBPSI version*/
+#define DVBPSI_VERSION_INT ((1<<16)+(3<<8)+0) /*!< Machine readible DVBPSI version */
#ifdef __cplusplus
extern "C" {
More information about the libdvbpsi-devel
mailing list