Skip to content

Commit

Permalink
release v0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
anyc committed Jul 2, 2018
1 parent 1aaa403 commit 30440ee
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
v0.4
====
* progress information (Christoph Läubrich)
* added dockerfile (Christoph Läubrich)
* various build related fixes (gCurse, billie80)
* and other small improvements

v0.3
====

Expand All @@ -6,4 +13,4 @@ v0.3
* support for FFmpeg 3
* improved parsing of commandline arguments

Thanks to baskerville and monarc99
Thanks to baskerville and monarc99
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-include local.mk

APP=avcut
AVCUT_VERSION=0.3
AVCUT_VERSION=0.4

ifneq ($(CROSS_COMPILE),)
CC=$(CROSS_COMPILE)gcc
Expand Down

0 comments on commit 30440ee

Please sign in to comment.