Skip to content

Commit

Permalink
dvbtee v0.6.1
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Ira Krufky <[email protected]>
  • Loading branch information
mkrufky committed Oct 4, 2017
1 parent 630af5f commit 30a0064
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 0
#define LIBDVBTEE_VERSION_C 1

#define QUOTE(str) #str
#define EXPAND_AND_QUOTE(str) QUOTE(str)
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.0])
m4_define([DVBTEE_VERSION],[0.6.1])

0 comments on commit 30a0064

Please sign in to comment.