Skip to content

Commit

Permalink
dvbtee v0.6.6
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Ira Krufky <[email protected]>
  • Loading branch information
mkrufky committed Jun 8, 2018
1 parent 6b61ebb commit d291532
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libdvbtee/parse.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
/* update version number by updating the LIBDVBTEE_VERSION_FOO fields below */
#define LIBDVBTEE_VERSION_A 0
#define LIBDVBTEE_VERSION_B 6
#define LIBDVBTEE_VERSION_C 5
#define LIBDVBTEE_VERSION_C 6

#define QUOTE(str) #str
#define EXPAND_AND_QUOTE(str) QUOTE(str)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libdvbtee_parser",
"version": "0.6.5",
"version": "0.6.6",
"description": "MPEG2 transport stream parser library with support for television broadcast PSIP tables",
"author": "Michael Ira Krufky <[email protected]>",
"license": "LGPL-2.1",
Expand Down
2 changes: 1 addition & 1 deletion version.m4
Original file line number Diff line number Diff line change
@@ -1 +1 @@
m4_define([DVBTEE_VERSION],[0.6.5])
m4_define([DVBTEE_VERSION],[0.6.6])

0 comments on commit d291532

Please sign in to comment.