Skip to content

Commit

Permalink
Point release obconf-qt 0.14.1
Browse files Browse the repository at this point in the history
* Bumped version to 0.14.1
* Only translations was changed.
  • Loading branch information
agaida committed Feb 25, 2019
1 parent 4594294 commit 2d67ed4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
obconf-qt-0.14.1 / 2019-02-25
=============================

* Bumped version to 0.14.1
* Only translations was changed.

obconf-qt-0.14.0 / 2019-01-25
=============================
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ set(QT_MINIMUM_VERSION "5.7.1")

set(OBCONFQT_MAJOR_VERSION 0)
set(OBCONFQT_MINOR_VERSION 14)
set(OBCONFQT_PATCH_VERSION 0)
set(OBCONFQT_PATCH_VERSION 1)
set(OBCONFQT_VERSION ${OBCONFQT_MAJOR_VERSION}.${OBCONFQT_MINOR_VERSION}.${OBCONFQT_PATCH_VERSION})
add_definitions("-DOBCONFQT_VERSION=\"${OBCONFQT_VERSION}\"")

Expand Down

0 comments on commit 2d67ed4

Please sign in to comment.