<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Apr 16, 2014 at 3:38 AM, Michael Ira Krufky <span dir="ltr"><<a href="mailto:mkrufky@linuxtv.org" target="_blank">mkrufky@linuxtv.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I've noticed from commit f93983a7559508e7c1d44ce3cabf7b7558b9ea4f &<br>
the NEWS file that libdvbpsi is on version 1.2.0 now, but in the header<br>
file dvbpsi.h, DVBPSI_VERSION still says 1.1.2 and DVBPSI_VERSION_INT<br>
still says 1.1.1 ...<br>
<br>
Signed-off-by: Michael Ira Krufky <<a href="mailto:mkrufky@linuxtv.org">mkrufky@linuxtv.org</a>><br>
---<br>
 src/dvbpsi.h | 4 ++--<br>
 1 file changed, 2 insertions(+), 2 deletions(-)<br>
<br>
diff --git a/src/dvbpsi.h b/src/dvbpsi.h<br>
index e0593ac..1a5f859 100644<br>
--- a/src/dvbpsi.h<br>
+++ b/src/dvbpsi.h<br>
@@ -35,8 +35,8 @@<br>
 #ifndef _DVBPSI_DVBPSI_H_<br>
 #define _DVBPSI_DVBPSI_H_<br>
<br>
-#define DVBPSI_VERSION      1.1.2              /*!< Human readible DVBPSI version*/<br>
-#define DVBPSI_VERSION_INT  ((1<<16)+(1<<8)+1) /*!< Machine readible DVBPSI version */<br>
+#define DVBPSI_VERSION      1.2.0              /*!< Human readible DVBPSI version*/<br>
+#define DVBPSI_VERSION_INT  ((1<<16)+(2<<8)+0) /*!< Machine readible DVBPSI version */<br>
<br>
 #ifdef __cplusplus<br>
 extern "C" {<br>
<span class=""><font color="#888888">--<br>
1.8.3.2<br>
</font></span></blockquote></div><br>Patch applied to personal tree on git://<a href="http://git.m2x.eu/libdvbpsi.git">git.m2x.eu/libdvbpsi.git</a><br><br>It will show up on <a href="http://git.videolan.org/libdvbpsi.git">git.videolan.org/libdvbpsi.git</a> later on.<br>
<br></div><div class="gmail_extra">Kind regards,<br><br>Jean-Paul Saman<br></div></div>