Skip to content

Commit

Permalink
dvbtee v0.4.3 - add cross compile (mingw) for windows support
Browse files Browse the repository at this point in the history
closes #12 - unable to cross compile (mingw) for windows

Signed-off-by: Michael Ira Krufky <[email protected]>
  • Loading branch information
mkrufky committed Jan 29, 2016
1 parent 538cfa5 commit 2a12a1a
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 @@ -33,7 +33,7 @@
/* update version number by updating the LIBDVBTEE_VERSION_FOO fields below */
#define LIBDVBTEE_VERSION_A 0
#define LIBDVBTEE_VERSION_B 4
#define LIBDVBTEE_VERSION_C 2
#define LIBDVBTEE_VERSION_C 3

#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.4.2])
m4_define([DVBTEE_VERSION],[0.4.3])

0 comments on commit 2a12a1a

Please sign in to comment.