Skip to content

Commit e4e313d

Browse files
committed
Bump version, update changelog
1 parent c50edda commit e4e313d

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
v1.4.3.11
2+
BugFix: Fixed "-endcut" not working correctly.
3+
14
v1.4.3.10
25
BugFix: Several bugfixes submitted by contributors.
36

misc/delaycut.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH DELAYCUT 1 "February 2017" "v1.4.3.10"
1+
.TH DELAYCUT 1 "February 2017" "v1.4.3.11"
22
.SH NAME
33
DelayCut \- cuts and corrects delay in ac3 and dts files
44
.SH SYNOPSIS

src/delaycut.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* Copyright (C) 2004 by jsoto
22
2007-09-11 E-AC3 support added by www.madshi.net
33
Copyright (C) 2010 by Adam Thomas-Murphy
4-
Copyright (C) 2016-2023 by djcj <djcj@gmx.de>
4+
Copyright (C) 2016-2026 by djcj <djcj@gmx.de>
55
66
This file is part of DelayCut.
77
@@ -28,7 +28,7 @@
2828
* On a new release, don't forget to bump the version
2929
* in delaycut.ui and delaycut.1 too and update the ChangeLog.
3030
*/
31-
#define VERSION "1.4.3.10"
31+
#define VERSION "1.4.3.11"
3232

3333
namespace Ui {
3434
class DelayCut;

src/delaycut.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</rect>
1515
</property>
1616
<property name="windowTitle">
17-
<string>delaycut v1.4.3.10</string>
17+
<string>delaycut v1.4.3.11</string>
1818
</property>
1919
<widget class="QWidget" name="centralWidget">
2020
<layout class="QHBoxLayout" name="horizontalLayout_6" stretch="3,1">

0 commit comments

Comments
 (0)