Skip to content

Commit baaa1fa

Browse files
committed
Version 1.1.2
1 parent 5ff9071 commit baaa1fa

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Diff for: CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 1.1.2 - 2913-12-10
2+
* Fix layout on summary page
3+
14
# 1.1.1 - 2013-12-10
25
* Also add child files in batch mode
36
* Fixed another possible crash caused by Unicode filenames

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# qMakeTorrent
2-
* Current version: 1.1.1
2+
* Current version: 1.1.2
33
* Author: kz26
44
* License: BSD 2-clause
55

Diff for: version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#define VERSION_H
2727

2828
#define PROGRAM_NAME "qMakeTorrent"
29-
#define PROGRAM_VERSION "1.1.1"
29+
#define PROGRAM_VERSION "1.1.2"
3030
#define PROGRAM_URL "https://github.com/kz26/qMakeTorrent"
3131

3232
#endif

0 commit comments

Comments
 (0)