Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit36d6582

Browse files
committed
Bump version to 1.1.4
1 parent98a3366 commit36d6582

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎ricochet.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ TEMPLATE = app
3838
QT +=coreguinetwork quick widgets multimedia
3939
CONFIG += c++11
4040

41-
VERSION =1.1.3
41+
VERSION =1.1.4
4242

4343
# Use CONFIG+=no-hardened to disable compiler hardening options
4444
!CONFIG(no-hardened) {

‎src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ int main(int argc, char *argv[])
6565
qputenv("QMLSCENE_DEVICE","softwarecontext");
6666

6767
QApplicationa(argc, argv);
68-
a.setApplicationVersion(QLatin1String("1.1.3"));
68+
a.setApplicationVersion(QLatin1String("1.1.4"));
6969
a.setOrganizationName(QStringLiteral("Ricochet"));
7070

7171
#if !defined(Q_OS_WIN) && !defined(Q_OS_MAC)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp