[libdvbpsi-devel] On the way to 2.0.0 release.
Jean-Paul Saman
git at videolan.org
Tue Jun 9 09:40:06 CEST 2015
libdvbpsi | branch: master | Jean-Paul Saman <jpsaman at videolan.org> | Tue Jun 9 09:25:21 2015 +0200| [f46e150be9ccc893fd8cba35d0ad0094f30b3b17] | committer: Jean-Paul Saman
On the way to 2.0.0 release.
> http://git.videolan.org/gitweb.cgi/libdvbpsi.git/?a=commit;h=f46e150be9ccc893fd8cba35d0ad0094f30b3b17
---
NEWS | 3 +++
configure.ac | 2 +-
doc/doxygen.cfg | 2 +-
src/Makefile.am | 2 +-
src/dvbpsi.h | 4 ++--
5 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/NEWS b/NEWS
index a69bdcf..962c6fd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+Changes between 1.3.0 and 2.0.0-git:
+-----------------------------------
+
Changes between 1.2.0 and 1.3.0:
--------------------------------
diff --git a/configure.ac b/configure.ac
index 2f58205..c090650 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([libdvbpsi], [1.3.0])
+AC_INIT([libdvbpsi], [2.0.0-git])
AC_PREREQ([2.50])
AC_CONFIG_AUX_DIR([.auto])
diff --git a/doc/doxygen.cfg b/doc/doxygen.cfg
index 1146cf2..01c55ad 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.3.0
+PROJECT_NUMBER = 2.0.0-git
# 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 e47715f..7f1afd2 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 10:0:0 -no-undefined
+libdvbpsi_la_LDFLAGS = -version-info 11: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 bdf8689..b6c3e76 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.3.0 /*!< Human readible DVBPSI version*/
-#define DVBPSI_VERSION_INT ((1<<16)+(3<<8)+0) /*!< Machine readible DVBPSI version */
+#define DVBPSI_VERSION 2.0.0 /*!< Human readible DVBPSI version*/
+#define DVBPSI_VERSION_INT ((2<<16)+(0<<8)+0) /*!< Machine readible DVBPSI version */
#ifdef __cplusplus
extern "C" {
More information about the libdvbpsi-devel
mailing list