Skip to content

Commit 6c2efe7

Browse files
committed
Point release lximage-qt 0.14.1
* Bumped version to 0.14.1 * Only translations was changed.
1 parent e9fd550 commit 6c2efe7

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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.
16

27
lximage-qt-0.14.0 / 2019-01-15
38
==============================

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ include(GNUInstallDirs)
1010

1111
set(MAJOR_VERSION 0)
1212
set(MINOR_VERSION 14)
13-
set(PATCH_VERSION 0)
13+
set(PATCH_VERSION 1)
1414
set(LXIMAGE_VERSION ${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION})
1515

1616
set(LXQTBT_MINIMUM_VERSION "0.6.0")
17-
set(LIBFMQT_MINIMUM_VERSION "0.14.0")
17+
set(LIBFMQT_MINIMUM_VERSION "0.14.1")
1818
set(QT_MINIMUM_VERSION "5.7.1")
1919

2020

0 commit comments

Comments
 (0)