Skip to content

Commit 4441324

Browse files
committed
misc fixes
2 parents 8b1201a + c25c1b0 commit 4441324

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/QGCodeEditor.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ greaterThan(QT_MAJOR_VERSION, 5) {
66
} else {
77
TARGET = qgcodeeditor_qt5
88
}
9-
VERSION = 0.1.19
9+
VERSION = 0.1.20
1010

1111
QT *= gui widgets
1212

src/libQGCodeEditor.prl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
QMAKE_PRL_BUILD_DIR = /home/koppi/libqgcodeeditor/src
22
QMAKE_PRO_INPUT = QGCodeEditor.pro
3-
QMAKE_PRL_TARGET = libQGCodeEditor.so.0.1.19
3+
QMAKE_PRL_TARGET = libQGCodeEditor.so.0.1.20
44
QMAKE_PRL_CONFIG = lex yacc exceptions depend_includepath testcase_targets import_plugins import_qpa_plugin file_copies qmake_use qt warn_on release link_prl incremental shared shared release linux unix posix gcc thread create_prl rtti have_target dll uic opengl moc resources
55
QMAKE_PRL_VERSION = 0.0.1

0 commit comments

Comments
 (0)