Skip to content

Commit 59e4151

Browse files
committed
v4.12
1 parent c937b02 commit 59e4151

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

release_notes.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ TODO: auto RAR size and par2 parameters depending on the inputs size?
1919
### date: 2020/10/12 ###
2020
####################################################
2121

22+
- include parpar build in Linux and Windows releases
23+
2224
- Add proper placeholders to NZB_POST_CMD: __nzbPath__, __nzbName__, __rarName__,...
2325
- allow to define several NZB_POST_CMD (QStringList rather than QString)
2426

src/ngPost.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
QT += network gui
22
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
33

4-
DEFINES += "APP_VERSION=\"4.11\""
4+
DEFINES += "APP_VERSION=\"4.12\""
55

66
INCLUDEPATH += $$PWD
77
TARGET = ngPost

0 commit comments

Comments
 (0)