We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3e103ec + f0cb596 commit b8d486bCopy full SHA for b8d486b
CHANGELOG
@@ -1,3 +1,9 @@
1
+obconf-qt-0.16.2 / 2022-03-11
2
+=============================
3
+ * Fixed the option for centering window on opening.
4
+ * Prevented elided text in left pane.
5
+ * Translation updates.
6
+
7
obconf-qt-0.16.1 / 2021-04-17
8
=============================
9
* Translation updates.
CMakeLists.txt
@@ -18,7 +18,7 @@ set(QT_MINIMUM_VERSION "5.12.0")
18
19
set(OBCONFQT_MAJOR_VERSION 0)
20
set(OBCONFQT_MINOR_VERSION 16)
21
-set(OBCONFQT_PATCH_VERSION 1)
+set(OBCONFQT_PATCH_VERSION 2)
22
set(OBCONFQT_VERSION ${OBCONFQT_MAJOR_VERSION}.${OBCONFQT_MINOR_VERSION}.${OBCONFQT_PATCH_VERSION})
23
add_definitions("-DOBCONFQT_VERSION=\"${OBCONFQT_VERSION}\"")
24
0 commit comments