We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9fd550 commit 6c2efe7Copy full SHA for 6c2efe7
CHANGELOG
@@ -1,3 +1,8 @@
1
+lximage-qt-0.14.1 / 2019-02-25
2
+==============================
3
+
4
+ * Bumped version to 0.14.1
5
+ * Only translations was changed.
6
7
lximage-qt-0.14.0 / 2019-01-15
8
==============================
CMakeLists.txt
@@ -10,11 +10,11 @@ include(GNUInstallDirs)
10
11
set(MAJOR_VERSION 0)
12
set(MINOR_VERSION 14)
13
-set(PATCH_VERSION 0)
+set(PATCH_VERSION 1)
14
set(LXIMAGE_VERSION ${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION})
15
16
set(LXQTBT_MINIMUM_VERSION "0.6.0")
17
-set(LIBFMQT_MINIMUM_VERSION "0.14.0")
+set(LIBFMQT_MINIMUM_VERSION "0.14.1")
18
set(QT_MINIMUM_VERSION "5.7.1")
19
20
0 commit comments