We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ff9071 commit baaa1faCopy full SHA for baaa1fa
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+# 1.1.2 - 2913-12-10
2
+* Fix layout on summary page
3
+
4
# 1.1.1 - 2013-12-10
5
* Also add child files in batch mode
6
* Fixed another possible crash caused by Unicode filenames
README.md
@@ -1,5 +1,5 @@
# qMakeTorrent
-* Current version: 1.1.1
+* Current version: 1.1.2
* Author: kz26
* License: BSD 2-clause
version.h
@@ -26,7 +26,7 @@
26
#define VERSION_H
27
28
#define PROGRAM_NAME "qMakeTorrent"
29
-#define PROGRAM_VERSION "1.1.1"
+#define PROGRAM_VERSION "1.1.2"
30
#define PROGRAM_URL "https://github.com/kz26/qMakeTorrent"
31
32
#endif
0 commit comments