Skip to content

Commit

Permalink
Bump version to 1.4.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
darealshinji committed Feb 25, 2017
1 parent 3227271 commit 453bcb6
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 10 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v1.4.3.9
BugFix: AC3 and DTS fixes (thanks to tebasuna51).
BugFix: Output file name is no longer ignored.
Improvement: Larger icon.

v1.4.3.8
Added: Added "-delay" switch as an alias for "-startdelay".
Added: Added "--help" and "--version" as aliases for "-help" and "-version".
Expand Down
6 changes: 1 addition & 5 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Copyright (C) 2004 by jsoto
Copyright (C) 2007 by madshi
Copyright (C) 2009 by Chumbo
Copyright (C) 2010 by Adam Thomas-Murphy
Copyright (C) 2014, 2016 by djcj <[email protected]>
Copyright (C) 2014, 2016-2017 by djcj <[email protected]>

DelayCut is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -43,10 +43,6 @@ Options:
-o <string>: specify output file
-i <string>: specify inputfile

Return values
0: Success
1: Something went wrong.

Examples:
Get info: Log file will be myfile_log.txt
delaycut -info -i myfile.ac3
Expand Down
2 changes: 1 addition & 1 deletion src/delayac3.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* Copyright (C) 2004 by jsoto
2007-09-11 E-AC3 support added by www.madshi.net
Copyright (C) 2010 by Adam Thomas-Murphy
Copyright (C) 2014, 2016 by djcj <[email protected]>
Copyright (C) 2014, 2016-2017 by djcj <[email protected]>
This file is part of DelayCut.
Expand Down
2 changes: 1 addition & 1 deletion src/delaycut.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
2007-09-11 E-AC3 support added by www.madshi.net
2009 Chumbo mod to autofill delay values from filename
Copyright (C) 2010 by Adam Thomas-Murphy
Copyright (C) 2014, 2016 by djcj <[email protected]>
Copyright (C) 2014, 2016-2017 by djcj <[email protected]>
This file is part of DelayCut.
Expand Down
8 changes: 6 additions & 2 deletions src/delaycut.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* Copyright (C) 2004 by jsoto
2007-09-11 E-AC3 support added by www.madshi.net
Copyright (C) 2010 by Adam Thomas-Murphy
Copyright (C) 2016 by djcj <[email protected]>
Copyright (C) 2016-2017 by djcj <[email protected]>
This file is part of DelayCut.
Expand All @@ -24,7 +24,11 @@

#include <QMainWindow>

#define VERSION "1.4.3.8"
/* Reminder:
* On a new release, don't forget to bump the version
* in delaycut.ui and delaycut.1 too and update the ChangeLog.
*/
#define VERSION "1.4.3.9"

namespace Ui {
class DelayCut;
Expand Down
2 changes: 1 addition & 1 deletion src/delaycut.ui
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</rect>
</property>
<property name="windowTitle">
<string>delaycut v1.4.3.8</string>
<string>delaycut v1.4.3.9</string>
</property>
<widget class="QWidget" name="centralWidget">
<layout class="QHBoxLayout" name="horizontalLayout_6" stretch="3,1">
Expand Down

0 comments on commit 453bcb6

Please sign in to comment.