Skip to content

Commit eaea1f6

Browse files
committed
Bump version
1 parent 656f4ac commit eaea1f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.17
9+
VERSION = 0.1.18
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.0.15
3+
QMAKE_PRL_TARGET = libQGCodeEditor.so.0.1.18
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)